diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-12 22:08:40 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-12 22:08:40 +0000 |
commit | c90ce8463d6e839010bf0b17ef1b4c0c54c8f067 (patch) | |
tree | 6eeec3cca3c6780abf4473557047548832c613dc /chrome/browser/profile.cc | |
parent | 50bd0c732369a1e179a2691b24049780436b9a4d (diff) | |
download | chromium_src-c90ce8463d6e839010bf0b17ef1b4c0c54c8f067.zip chromium_src-c90ce8463d6e839010bf0b17ef1b4c0c54c8f067.tar.gz chromium_src-c90ce8463d6e839010bf0b17ef1b4c0c54c8f067.tar.bz2 |
Shorten several apps-related flags. "256 characters should be enough for anyone's shortcut flags!"
Review URL: http://codereview.chromium.org/1991009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47079 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index be95189..449085f 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -754,8 +754,7 @@ void ProfileImpl::InitExtensions() { // Some sample apps to make our lives easier while we are developing extension // apps. This way we don't have to constantly install these over and over. - if (CommandLine::ForCurrentProcess()->HasSwitch( - switches::kEnableExtensionApps)) { + if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableApps)) { #if defined(OS_WIN) std::string user_domain; if (base::EnvVarGetter::Create()->GetEnv("USERDOMAIN", &user_domain) && |