| Index: chrome/common/extensions/extension.cc
|
| diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
|
| index 6245a98a1178436e4bf962a823a5154571a37afd..db6e9347bba3ed2a37209b3d97b9438cfd1d801a 100644
|
| --- a/chrome/common/extensions/extension.cc
|
| +++ b/chrome/common/extensions/extension.cc
|
| @@ -724,7 +724,7 @@ Extension::Extension(const FilePath& path)
|
| DCHECK(path.IsAbsolute());
|
|
|
| apps_enabled_ = CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableExtensionApps);
|
| + switches::kEnableApps);
|
| location_ = INVALID;
|
|
|
| #if defined(OS_WIN)
|
|
|