Chromium Code Reviews

Unified Diff: chrome/common/extensions/extension.cc

Issue 2824005: Reenable InstallApps attempt #2. This time with a fix to (Closed)
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/extensions/extension.cc
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
index 8736c793975bc0d2d3db17820e1f047e44fa1985..4a6bac37c3420c79e715499fc0f424c75f19c2d7 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -934,9 +934,7 @@ bool Extension::AppsAreEnabled() {
#if defined(OS_CHROMEOS)
return true;
#else
- static bool apps_enabled_mode =
- CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableApps);
- return apps_enabled_mode;
+ return CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableApps);
#endif
}
« no previous file with comments | « chrome/browser/extensions/extensions_service_unittest.cc ('k') | chrome/common/extensions/extension_manifests_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine