diff options
author | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 19:15:21 +0000 |
---|---|---|
committer | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 19:15:21 +0000 |
commit | f83773f72845ed180a23dcbbfa9afbc3c295f758 (patch) | |
tree | b5b6e561a0367be32f1785609ea97ab9e648e857 /chrome/common/extensions/extension_constants.h | |
parent | d1ca70cfc72762d6ff489f2558e6eb1333cbabf2 (diff) | |
download | chromium_src-f83773f72845ed180a23dcbbfa9afbc3c295f758.zip chromium_src-f83773f72845ed180a23dcbbfa9afbc3c295f758.tar.gz chromium_src-f83773f72845ed180a23dcbbfa9afbc3c295f758.tar.bz2 |
Display disabled apps with grayed out images on the NTP. Call the re-enable logic when the user tries to launch the app. This also adds a chrome://extension-icon endpoint that provides easy access to extension and app icons.
BUG=61270
TEST=ExtensionIconSourceTest.IconsLoaded
Review URL: http://codereview.chromium.org/6495002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_constants.h')
-rw-r--r-- | chrome/common/extensions/extension_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h index 5720b5f..756a888 100644 --- a/chrome/common/extensions/extension_constants.h +++ b/chrome/common/extensions/extension_constants.h @@ -322,6 +322,9 @@ namespace extension_misc { // User clicked web store launcher on NTP. APP_LAUNCH_NTP_WEBSTORE, + // App launched after the user re-enabled it on the NTP. + APP_LAUNCH_NTP_APP_RE_ENABLE, + APP_LAUNCH_BUCKET_BOUNDARY, APP_LAUNCH_BUCKET_INVALID }; |