diff options
author | skerner@google.com <skerner@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-30 03:17:11 +0000 |
---|---|---|
committer | skerner@google.com <skerner@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-30 03:17:11 +0000 |
commit | a3b734b1277c1cd57819f4f0f754ad880cd32f3d (patch) | |
tree | 0796ef9750bea984bd1c44168eccd75f5fbe93cd /chrome/common/switch_utils.cc | |
parent | 381bc458bfc58a239f3dfe69b008c6d3522869a2 (diff) | |
download | chromium_src-a3b734b1277c1cd57819f4f0f754ad880cd32f3d.zip chromium_src-a3b734b1277c1cd57819f4f0f754ad880cd32f3d.tar.gz chromium_src-a3b734b1277c1cd57819f4f0f754ad880cd32f3d.tar.bz2 |
Add "create Application Shortcut" to the app menu on NTP.
BUG=52451
TEST=Manually create app shortcuts for urls and apps.
Review URL: http://codereview.chromium.org/5273004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/switch_utils.cc')
-rw-r--r-- | chrome/common/switch_utils.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc index d202bcb..b6acf643 100644 --- a/chrome/common/switch_utils.cc +++ b/chrome/common/switch_utils.cc @@ -14,6 +14,7 @@ namespace switches { // pick up an automatic update, be sure to add it to this list. const char* const kSwitchesToRemoveOnAutorestart[] = { switches::kApp, + switches::kAppId, switches::kFirstRun, switches::kImport, switches::kImportFromFile, |