summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-30 21:16:26 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-30 21:16:26 +0000
commitc7b6c1ec69deaf4d313e4a070a138345b165888c (patch)
tree86d89dd2babbf6ad7df4bd5eb12f519f38386f0d /chrome/common/chrome_switches.cc
parentcc7222260f2924d684333cf95e4b86b908bebd58 (diff)
downloadchromium_src-c7b6c1ec69deaf4d313e4a070a138345b165888c.zip
chromium_src-c7b6c1ec69deaf4d313e4a070a138345b165888c.tar.gz
chromium_src-c7b6c1ec69deaf4d313e4a070a138345b165888c.tar.bz2
Remove --enable-default-apps flag, making it default to on. This
will be reverted immediately. I'm just landing it so that I can pull it to m9 branch. BUG=64737 TEST=none Review URL: http://codereview.chromium.org/5318011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 9606559..3f1e7c5 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -445,10 +445,6 @@ const char kEnableContentPrefetch[] = "enable-content-prefetch";
// Enables web developers to create apps for Chrome without using crx packages.
const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";
-// Whether default apps should be installed in this profile. This flag has no
-// effect on Chrome OS because default apps are always enabled there.
-const char kEnableDefaultApps[] = "enable-default-apps";
-
// Enables device motion events.
const char kEnableDeviceMotion[] = "enable-device-motion";