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

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 kalman@. 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..2c86aada2b6bcd8ff643351619e0b399b4f9bb38 100644
--- a/extensions/common/extension_messages.h
+++ b/extensions/common/extension_messages.h
@@ -802,3 +802,7 @@ IPC_MESSAGE_ROUTED3(ExtensionHostMsg_AutomationQuerySelector_Result,
int /* request_id */,
ExtensionHostMsg_AutomationQuerySelector_Error /* error */,
int /* result_acc_obj_id */)
+
+// Report the WebView parition ID to the WebView guest renderer process.
not at google - send to devlin 2015/08/31 18:31:44 You've added this to the "messages sent from rende
paulmeyer 2015/08/31 21:40:08 I've moved it to the correct section. I've also ma
+IPC_MESSAGE_CONTROL1(ExtensionMsg_SetWebViewPartitionID,
+ std::string /* webview_partition_id */)

Powered by Google App Engine
This is Rietveld 408576698