| Index: content/browser/web_contents/web_contents_impl.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.h (revision 255719)
|
| +++ content/browser/web_contents/web_contents_impl.h (working copy)
|
| @@ -186,6 +186,7 @@
|
| virtual BrowserContext* GetBrowserContext() const OVERRIDE;
|
| virtual RenderProcessHost* GetRenderProcessHost() const OVERRIDE;
|
| virtual RenderFrameHost* GetMainFrame() OVERRIDE;
|
| + virtual RenderFrameHost* GetFocusedFrame() OVERRIDE;
|
| virtual void ForEachFrame(
|
| const base::Callback<void(RenderFrameHost*)>& on_frame) OVERRIDE;
|
| virtual void SendToAllFrames(IPC::Message* message) OVERRIDE;
|
|
|