Chromium Code Reviews| 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 64864cb10789da9e49a2007ac7a7549bc02630ff..1b01410e0f5e0da3e223ec8167dd8834f2f332d5 100644 |
| --- a/content/browser/frame_host/render_frame_host_impl.h |
| +++ b/content/browser/frame_host/render_frame_host_impl.h |
| @@ -98,6 +98,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
| private: |
| friend class TestRenderViewHost; |
| + friend class TestRenderFrameHost; |
|
Charlie Reis
2014/02/05 23:30:37
nit: Alphabetize.
nasko
2014/02/06 01:55:13
Done.
|
| // IPC Message handlers. |
| void OnDetach(int64 parent_frame_id, int64 frame_id); |
| @@ -110,6 +111,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost { |
| void OnDidRedirectProvisionalLoad(int32 page_id, |
| const GURL& source_url, |
| const GURL& target_url); |
| + void OnNavigate(const IPC::Message& msg); |
| void OnSwapOutACK(); |
| void OnContextMenu(const ContextMenuParams& params); |