Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1031)

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 10377170: Browser Plugin: browser process side changes (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated according to creis@ Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698