Index: extensions/common/extension_messages.h |
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h |
index cb96ceb22d1bf63ad4a838dcb367ce8a3f790f7b..125fb381558d6329b9d6f76303abdc4a0c7a68c7 100644 |
--- a/extensions/common/extension_messages.h |
+++ b/extensions/common/extension_messages.h |
@@ -135,6 +135,10 @@ IPC_STRUCT_BEGIN(ExtensionMsg_ExecuteCode_Params) |
// Whether the request is coming from a <webview>. |
IPC_STRUCT_MEMBER(bool, is_web_view) |
+ // The script injection instance id of a <webview> if the request is comming |
+ // from a <webview>. |
+ IPC_STRUCT_MEMBER(int, instance_id) |
+ |
// Whether the caller is interested in the result value. Manifest-declared |
// content scripts and executeScript() calls without a response callback |
// are examples of when this will be false. |