| 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 105fb283c4ba65f198f696ef7bf7e446d109553e..098da52d6a701e75b349ea260831cae40256ba74 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -202,11 +202,6 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost {
|
|
|
| virtual SiteInstance* GetSiteInstance() const = 0;
|
|
|
| - // Requests the renderer to evaluate an xpath to a frame and insert css
|
| - // into that frame's document.
|
| - virtual void InsertCSS(const base::string16& frame_xpath,
|
| - const std::string& css) = 0;
|
| -
|
| // Returns true if the RenderView is active and has not crashed. Virtual
|
| // because it is overridden by TestRenderViewHost.
|
| virtual bool IsRenderViewLive() const = 0;
|
|
|