| 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 075a3d08d323c8bb25a21a253419911b4e82d2d0..d7b52ae85345dc718f45f21e44b3de87c9ed33d0 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -203,7 +203,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual void SetAltErrorPageURL(const GURL& url) OVERRIDE;
|
| virtual void SetWebUIProperty(const std::string& name,
|
| const std::string& value) OVERRIDE;
|
| - virtual void SetZoomLevel(double level) OVERRIDE;
|
| virtual void Zoom(PageZoom zoom) OVERRIDE;
|
| virtual void SyncRendererPrefs() OVERRIDE;
|
| virtual void ToggleSpeechInput() OVERRIDE;
|
|
|