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

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: Merged with ToT 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 3546385fd456c412ab819e715eb2f7d0864994e1..f052b70135eac1d4fe3ca92ecf243a6fd680d1de 100644
--- a/content/common/browser_plugin_messages.h
+++ b/content/common/browser_plugin_messages.h
@@ -108,9 +108,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.
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_guest.cc ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698