summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_constants.cc
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 04:03:17 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 04:03:17 +0000
commit5ab53cb17b7abd215b2c0d373b16058879a7b5c0 (patch)
tree0f893e00d82621ef77aca52c0cdede24603dcaf3 /chrome/common/extensions/extension_constants.cc
parent9deaf306197e5137e7acc920a25873242e6f8c10 (diff)
downloadchromium_src-5ab53cb17b7abd215b2c0d373b16058879a7b5c0.zip
chromium_src-5ab53cb17b7abd215b2c0d373b16058879a7b5c0.tar.gz
chromium_src-5ab53cb17b7abd215b2c0d373b16058879a7b5c0.tar.bz2
Add hidden component app for web store.
This patch adds a component which does not appear on the NTP, but does enforce that gallery urls are isolated in their own process. This is in anticipation of exposing extension api bindings to the gallery so it can install/detect/uninstall extensions & apps. Note that this patch works correctly with the --apps-gallery-url. If specified, the replacement url will be inserted into the component app's extent BUG=27431 Review URL: http://codereview.chromium.org/3116040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_constants.cc')
-rw-r--r--chrome/common/extensions/extension_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
index 7467185..313b84c 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -299,4 +299,5 @@ const char* kDecodedMessageCatalogsFilename = "DECODED_MESSAGE_CATALOGS";
namespace extension_misc {
const char* kBookmarkManagerId = "eemcgdkfndhakfknompkggombfjjjeno";
+const char* kWebStoreAppId = "ahfgeienlihckogmohjhadlkjgocpleb";
}