Index: extensions/common/extension_messages.h |
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h |
index aa69efa4a8a7890ff295c9e9cfb6d9034ee74188..7efa6436dab3ffd3e03ee45084be2e2eb29b8cd8 100644 |
--- a/extensions/common/extension_messages.h |
+++ b/extensions/common/extension_messages.h |
@@ -113,6 +113,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_ExecuteCode_Params) |
// Whether to inject into all frames, or only the root frame. |
IPC_STRUCT_MEMBER(bool, all_frames) |
+ // Whether to inject into about:blank (sub)frames. |
+ IPC_STRUCT_MEMBER(bool, match_about_blank) |
+ |
// When to inject the code. |
IPC_STRUCT_MEMBER(int, run_at) |