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

Unified Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 258373002: Towards moving guest management to chrome: Introduce GuestViewManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 6 years, 8 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/browser_plugin_messages.h
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
index 60d0a91ae2f6a713f52225a0e576bb8855b79dd8..af1f05b9f827c58195ee88ce74a773eaaec45a29 100644
--- a/content/common/browser_plugin/browser_plugin_messages.h
+++ b/content/common/browser_plugin/browser_plugin_messages.h
@@ -100,8 +100,9 @@ IPC_STRUCT_END()
// This message is sent to the browser process to request an instance ID.
// |request_id| is used by BrowserPluginEmbedder to route the response back
lazyboy 2014/05/01 20:06:59 Also add why |src| will be needed.
Fady Samuel 2014/05/01 21:05:28 I removed src because it's not yet relevant in thi
// to its origin.
-IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_AllocateInstanceID,
- int /* request_id */)
+IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_AllocateInstanceID,
+ int /* request_id */,
+ std::string /* src */)
// This message is sent from BrowserPlugin to BrowserPluginGuest to issue an
// edit command.

Powered by Google App Engine
This is Rietveld 408576698