| 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 b12a0653731e04d009eeb565d20c0fcd5af0c072..a5bdfa1a12a70e23dc5fd252f0e09a43556a1a2a 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -199,7 +199,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;
|
|
|