| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 82c4643cd7c634cebea95c8e90bfb3d1a50c1aea..f28e4a63bd7aeb761ef725264a6867c2766e45a9 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -545,6 +545,15 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params);
|
| #endif
|
|
|
| + void OnConnectToChannel(const IPC::ChannelHandle& channel_handle);
|
| +
|
| + void OnNavigateGuestFromEmbedder(int container_instance_id,
|
| + long long frame_id,
|
| + const std::string& src,
|
| + const gfx::Size& size);
|
| +
|
| + void OnResizeGuest(int width, int height);
|
| +
|
| private:
|
| friend class TestRenderViewHost;
|
|
|
|
|