remove setZoomLevelLimits

This commit is contained in:
Shelley Vohr 2018-02-20 08:57:48 -05:00
parent 459a5e3a1f
commit 211b542ae4
No known key found for this signature in database
GPG key ID: F13993A75599653C
6 changed files with 3 additions and 26 deletions

View file

@ -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