summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_messages.h
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 08:21:23 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 08:21:23 +0000
commit2af352b6abdc9481becd0a744dbb2e682e9912d9 (patch)
treee1b6ac1b2fe7a7ef953b21c071a74347dffb8d11 /chrome/common/extensions/extension_messages.h
parent890de902703496d9bd05c8d5007bdbfef09f50f2 (diff)
downloadchromium_src-2af352b6abdc9481becd0a744dbb2e682e9912d9.zip
chromium_src-2af352b6abdc9481becd0a744dbb2e682e9912d9.tar.gz
chromium_src-2af352b6abdc9481becd0a744dbb2e682e9912d9.tar.bz2
Extension 'from_webstore' state isn't being proxied correctly by IPC to renderer. Add 'creation_flags' to IPC message so Extension is initialized exactly the same in the renderer as the browser process.
Review URL: http://codereview.chromium.org/7472017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93577 0039d316-1c4b-4281-b951-d872f2087c98
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 {