| 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 fe2a95e01c8de411131d7a7a555a90afb9828b6b..882e07e9fc884d177c6d02c7efbf7d4739878f89 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -219,8 +219,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual RenderViewHostDelegate* GetDelegate() const OVERRIDE;
|
| virtual int GetEnabledBindings() const OVERRIDE;
|
| virtual SiteInstance* GetSiteInstance() const OVERRIDE;
|
| - virtual void InsertCSS(const base::string16& frame_xpath,
|
| - const std::string& css) OVERRIDE;
|
| virtual bool IsRenderViewLive() const OVERRIDE;
|
| virtual void NotifyMoveOrResizeStarted() OVERRIDE;
|
| virtual void ReloadFrame() OVERRIDE;
|
|
|