Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1737)

Unified Diff: sky/engine/public/web/WebViewClient.h

Issue 714013002: Remove some more zoom-related code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebViewClient.h
diff --git a/sky/engine/public/web/WebViewClient.h b/sky/engine/public/web/WebViewClient.h
index 6b8c1a558c33ac7dd6c87d94c7a74cfe251d0f81..8495a849953140558c9fe49dbaee98978860b2d7 100644
--- a/sky/engine/public/web/WebViewClient.h
+++ b/sky/engine/public/web/WebViewClient.h
@@ -123,18 +123,6 @@ public:
virtual void didUpdateInspectorSetting(const WebString& key, const WebString& value) { }
-
- // Zoom ----------------------------------------------------------------
-
- // Informs the browser that the zoom levels for this frame have changed from
- // the default values.
- virtual void zoomLimitsChanged(double minimumLevel, double maximumLevel) { }
-
- // Informs the browser that the zoom level has changed as a result of an
- // action that wasn't initiated by the client.
- virtual void zoomLevelChanged() { }
-
-
// Navigator Content Utils --------------------------------------------
// Registers a new URL handler for the given protocol.
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698