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

Unified Diff: content/common/browser_plugin_messages.h

Issue 10965017: Browser Plugin: Implement getProcessId (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Nits Created 8 years, 3 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 17ddffff5960a7e7fa351ff6b7ec2d125d0ed714..91907f8d8020f83537e1c89f7c8681a2e7618469 100644
--- a/content/common/browser_plugin_messages.h
+++ b/content/common/browser_plugin_messages.h
@@ -100,9 +100,10 @@ IPC_SYNC_MESSAGE_ROUTED2_0(BrowserPluginHostMsg_ResizeGuest,
// When the guest navigates, the browser process informs the embedder through
// the BrowserPluginMsg_DidNavigate message.
-IPC_MESSAGE_CONTROL2(BrowserPluginMsg_DidNavigate,
+IPC_MESSAGE_CONTROL3(BrowserPluginMsg_DidNavigate,
int /* instance_id */,
- GURL /* url */)
+ GURL /* url */,
+ int /* process_id */)
// When the guest crashes, the browser process informs the embedder through this
// message.

Powered by Google App Engine
This is Rietveld 408576698