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

Unified Diff: content/public/browser/render_view_host.h

Issue 98073015: <webview>: Support zoom in WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated comment Created 6 years, 11 months 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
Index: content/public/browser/render_view_host.h
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
index e0744410f086e969b133110b30abeb35cbdd276c..ec2b6a7010c9ba53dd183b389976d61a273ec4b4 100644
--- a/content/public/browser/render_view_host.h
+++ b/content/public/browser/render_view_host.h
@@ -241,9 +241,6 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost {
virtual void SetWebUIProperty(const std::string& name,
const std::string& value) = 0;
- // Set the zoom level for the current main frame
- virtual void SetZoomLevel(double level) = 0;
-
// Changes the zoom level for the current main frame.
virtual void Zoom(PageZoom zoom) = 0;

Powered by Google App Engine
This is Rietveld 408576698