| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index b08831d9b8dba590f47d29b8cb385cb8c0fe1bbc..1d688f3fdb2daf7ea95ac4364c1ea3ae39e9f0c8 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -55,6 +55,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
|
| const CustomContextMenuContext& context) OVERRIDE;
|
| virtual void ExecuteCustomContextMenuCommand(
|
| int action, const CustomContextMenuContext& context) OVERRIDE;
|
| + virtual void InsertCSS(const std::string& css) OVERRIDE;
|
| virtual RenderViewHost* GetRenderViewHost() OVERRIDE;
|
|
|
| // IPC::Sender
|
|
|