diff options
Diffstat (limited to 'chrome/common/extensions/extension.cc')
-rw-r--r-- | chrome/common/extensions/extension.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc index 6245a98..db6e934 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) |