| 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 5976eec106ca7895723239f52edef8a0e3b596e5..faa7ad0a4ea1cddc127a2cc17a7ffad361d7baed 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -147,9 +147,6 @@ class CONTENT_EXPORT RenderViewHost : public IPC::Sender {
|
| virtual void SetWebUIProperty(const std::string& name,
|
| const std::string& value) = 0;
|
|
|
| - // Changes the zoom level for the current main frame.
|
| - virtual void Zoom(PageZoom zoom) = 0;
|
| -
|
| // Send the renderer process the current preferences supplied by the
|
| // RenderViewHostDelegate.
|
| virtual void SyncRendererPrefs() = 0;
|
|
|