Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: chrome/browser/utility_process_host.cc

Issue 1991009: Shorten several apps-related flags (Closed)
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/utility_process_host.cc
diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc
index 2f7ce5d53573bdb234db70921eeb732d397fedf3..be5397e667f7b9b7ffbd385f26af2b53f89130d0 100644
--- a/chrome/browser/utility_process_host.cc
+++ b/chrome/browser/utility_process_host.cc
@@ -92,8 +92,8 @@ bool UtilityProcessHost::StartProcess(const FilePath& exposed_dir) {
if (browser_command_line.HasSwitch(switches::kChromeFrame))
cmd_line->AppendSwitch(switches::kChromeFrame);
- if (browser_command_line.HasSwitch(switches::kEnableExtensionApps))
- cmd_line->AppendSwitch(switches::kEnableExtensionApps);
+ if (browser_command_line.HasSwitch(switches::kEnableApps))
+ cmd_line->AppendSwitch(switches::kEnableApps);
if (browser_command_line.HasSwitch(
switches::kEnableExperimentalExtensionApis)) {

Powered by Google App Engine
This is Rietveld 408576698