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

Unified Diff: extensions/common/extension_messages.h

Issue 1312653003: Fix for WebView accessible resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments by lfg@. Created 5 years, 4 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: extensions/common/extension_messages.h
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
index d7997811deb0bc240926a9980b148119d00a2844..a31152316c4d9e125e2001fcb6950ba9a22309b5 100644
--- a/extensions/common/extension_messages.h
+++ b/extensions/common/extension_messages.h
@@ -428,8 +428,9 @@ IPC_MESSAGE_CONTROL1(ExtensionMsg_ActivateExtension,
std::string /* extension_id */)
// Notifies the renderer that extensions were loaded in the browser.
-IPC_MESSAGE_CONTROL1(ExtensionMsg_Loaded,
- std::vector<ExtensionMsg_Loaded_Params>)
+IPC_MESSAGE_CONTROL2(ExtensionMsg_Loaded,
+ std::vector<ExtensionMsg_Loaded_Params>,
+ std::string /* webview_partition_id */)
not at google - send to devlin 2015/08/27 20:01:25 This seems like an arbitrary IPC to add this to. I
paulmeyer 2015/08/31 15:32:55 Done.
// Notifies the renderer that an extension was unloaded in the browser.
IPC_MESSAGE_CONTROL1(ExtensionMsg_Unloaded,

Powered by Google App Engine
This is Rietveld 408576698