| Index: content/public/browser/render_frame_host.h
|
| diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
|
| index b661a1ab43635ea96e06327ce0e806bb31e61daf..2ebc7b2590332cb13ec3d0ca79330e74b12f8fdd 100644
|
| --- a/content/public/browser/render_frame_host.h
|
| +++ b/content/public/browser/render_frame_host.h
|
| @@ -60,6 +60,9 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
|
| virtual void ExecuteCustomContextMenuCommand(
|
| int action, const CustomContextMenuContext& context) = 0;
|
|
|
| + // Requests the renderer to insert CSS into the frame's document.
|
| + virtual void InsertCSS(const std::string& css) = 0;
|
| +
|
| // Temporary until we get rid of RenderViewHost.
|
| virtual RenderViewHost* GetRenderViewHost() = 0;
|
|
|
|
|