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 2bfd75c3324ed821b70e177539d42386c533657e..4eb92dc6dd70771a9b591b69dc7ce6a3f7a20eb5 100644 |
--- a/content/public/browser/render_view_host.h |
+++ b/content/public/browser/render_view_host.h |
@@ -231,9 +231,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; |