| 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 e0744410f086e969b133110b30abeb35cbdd276c..ec2b6a7010c9ba53dd183b389976d61a273ec4b4 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -241,9 +241,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;
|
|
|
|
|