Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 1ab9de0d1005ea3279b1400ca8d993e83aae0668..7927ba565011cb5777cc076b7495e0565ec0b614 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -83,6 +83,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_ExecuteCode_Params) |
// Whether to execute code in the main world (as opposed to an isolated |
// world). |
IPC_STRUCT_MEMBER(bool, in_main_world) |
+ |
+ // Whether the request is coming from a <webview>. |
+ IPC_STRUCT_MEMBER(bool, is_web_view) |
IPC_STRUCT_END() |
IPC_STRUCT_TRAITS_BEGIN(WebApplicationInfo::IconInfo) |