| Index: chrome/common/extensions/extension_messages.h
|
| diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
|
| index 276020ec8ab9679c15117da9ebf6ee3f651a8eb7..9d3242f6c1b3c450e213ae68353ca8ad2c2e8461 100644
|
| --- a/chrome/common/extensions/extension_messages.h
|
| +++ b/chrome/common/extensions/extension_messages.h
|
| @@ -67,6 +67,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_ExecuteCode_Params)
|
| // Whether to inject into all frames, or only the root frame.
|
| IPC_STRUCT_MEMBER(bool, all_frames)
|
|
|
| + // When to inject the code.
|
| + IPC_STRUCT_MEMBER(int, run_at)
|
| +
|
| // Whether to execute code in the main world (as opposed to an isolated
|
| // world).
|
| IPC_STRUCT_MEMBER(bool, in_main_world)
|
|
|