Merge pull request #11974 from electron/remove-setZoomLevelLimits
remove setZoomLevelLimits
This commit is contained in:
commit
8d4bf3e29a
6 changed files with 3 additions and 26 deletions
|
@ -407,9 +407,7 @@ void WebFrame::BuildPrototype(
|
|||
.SetMethod("setIsolatedWorldHumanReadableName",
|
||||
&WebFrame::SetIsolatedWorldHumanReadableName)
|
||||
.SetMethod("getResourceUsage", &WebFrame::GetResourceUsage)
|
||||
.SetMethod("clearCache", &WebFrame::ClearCache)
|
||||
// TODO(kevinsawicki): Remove in 2.0, deprecate before then with warnings
|
||||
.SetMethod("setZoomLevelLimits", &WebFrame::SetVisualZoomLevelLimits);
|
||||
.SetMethod("clearCache", &WebFrame::ClearCache);
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue