Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index f56e17420fd84c0f5231fc35c986637d8e192ca6..0f9a0c8de40e703210f7a96f2a5ae2b88159aa0d 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -116,7 +116,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost, |
void NotifyMoveOrResizeStarted() override; |
void SetWebUIProperty(const std::string& name, |
const std::string& value) override; |
- void Zoom(PageZoom zoom) override; |
void SyncRendererPrefs() override; |
WebPreferences GetWebkitPreferences() override; |
void UpdateWebkitPreferences(const WebPreferences& prefs) override; |