summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_messages.h')
-rw-r--r--chrome/common/extensions/extension_messages.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
index 6a4318d..53abba6 100644
--- a/chrome/common/extensions/extension_messages.h
+++ b/chrome/common/extensions/extension_messages.h
@@ -111,6 +111,9 @@ struct ExtensionMsg_Loaded_Params {
// We keep this separate so that it can be used in logging.
std::string id;
+
+ // Send creation flags so extension is initialized identically.
+ int creation_flags;
};
namespace IPC {