| Index: chrome/browser/profile.cc
|
| ===================================================================
|
| --- chrome/browser/profile.cc (revision 48200)
|
| +++ chrome/browser/profile.cc (working copy)
|
| @@ -760,7 +760,7 @@
|
|
|
| // 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::kEnableApps)) {
|
| + if (Extension::AppsAreEnabled()) {
|
| #if defined(OS_WIN)
|
| std::string user_domain;
|
| if (base::EnvVarGetter::Create()->GetEnv("USERDOMAIN", &user_domain) &&
|
|
|