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

Unified Diff: chrome/installer/util/master_preferences.cc

Issue 1439803002: Remove logic for unused foreground auto-launch mode on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@d1_rm_auto_launch_trial
Patch Set: Created 5 years, 1 month 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/installer/util/master_preferences.cc
diff --git a/chrome/installer/util/master_preferences.cc b/chrome/installer/util/master_preferences.cc
index 8754b7013a4e8f7baa56cd9b2398bafdfea51058..cc5c1a56d554db0f622c18d843d84b2b0e1d5ebc 100644
--- a/chrome/installer/util/master_preferences.cc
+++ b/chrome/installer/util/master_preferences.cc
@@ -125,8 +125,6 @@ void MasterPreferences::InitializeFromCommandLine(
const char* cmd_line_switch;
const char* distribution_switch;
} translate_switches[] = {
- { installer::switches::kAutoLaunchChrome,
- installer::master_preferences::kAutoLaunchChrome },
{ installer::switches::kChrome,
installer::master_preferences::kChrome },
{ installer::switches::kDisableLogging,

Powered by Google App Engine
This is Rietveld 408576698