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

Unified Diff: content/common/browser_plugin_messages.h

Issue 10412056: Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-process navigation work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed commented out code 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/common/browser_plugin_messages.h
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h
index ae4c622c646f4335f42b70749b7e9d0f41a988ad..95bf73b6f45c6ce675f7d4e1bd2ad6388cd71218 100644
--- a/content/common/browser_plugin_messages.h
+++ b/content/common/browser_plugin_messages.h
@@ -54,11 +54,12 @@ IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_MapInstance,
PP_Instance /* instance */)
// -----------------------------------------------------------------------------
-// These messages are from the browser process to the guest renderer.
+// These messages are from the embedder render process to the guest render
+// process.
-IPC_MESSAGE_CONTROL2(BrowserPluginMsg_CompleteNavigation,
- int /* guest_routing_id */,
- PP_Instance /* instance */)
+IPC_MESSAGE_CONTROL2(BrowserPluginMsg_GuestReady,
+ PP_Instance /* instance */,
+ int /* embedder_container_id */)
// -----------------------------------------------------------------------------
// These messages are from the guest renderer to the browser process

Powered by Google App Engine
This is Rietveld 408576698