| Index: extensions/common/extension_messages.h
|
| diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
|
| index aa69efa4a8a7890ff295c9e9cfb6d9034ee74188..ec45b74c9ac8a6831bf38936c42f89be3024e35e 100644
|
| --- a/extensions/common/extension_messages.h
|
| +++ b/extensions/common/extension_messages.h
|
| @@ -110,6 +110,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_ExecuteCode_Params)
|
| // String of code to execute.
|
| IPC_STRUCT_MEMBER(std::string, code)
|
|
|
| + // The webview guest source who calls to execute code.
|
| + IPC_STRUCT_MEMBER(std::string, webview_src)
|
| +
|
| // Whether to inject into all frames, or only the root frame.
|
| IPC_STRUCT_MEMBER(bool, all_frames)
|
|
|
|
|