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

Unified Diff: chrome/installer/util/util_constants.h

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/util_constants.h
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
index 20742f19167f50fd34788ea607ae3062d8f74c3a..b4197bd06860c9b8f69404a4f0c997fb4830cc2d 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -118,7 +118,7 @@ enum InstallerStage {
REGISTERING_CHROME = 13, // Performing Chrome registration.
REMOVING_OLD_VERSIONS = 14, // Deleting old version directories.
FINISHING = 15, // Finishing the install.
- CONFIGURE_AUTO_LAUNCH = 16, // Configuring Chrome to auto-launch.
+ // CONFIGURE_AUTO_LAUNCH = 16, // Deprecated.
grt (UTC plus 2) 2015/11/12 17:49:03 nit: please remove the "// Deprecated." comment fo
gab 2015/11/12 18:44:26 Done.
CREATING_VISUAL_MANIFEST = 17, // Creating VisualElementsManifest.xml
// DEFERRING_TO_HIGHER_VERSION = 18,
UNINSTALLING_BINARIES = 19, // Uninstalling unused binaries.
@@ -133,7 +133,6 @@ COMPILE_ASSERT(UNINSTALLING_CHROME_FRAME == 20,
namespace switches {
-extern const char kAutoLaunchChrome[];
extern const char kChrome[];
extern const char kChromeFrame[];
extern const char kChromeSxS[];

Powered by Google App Engine
This is Rietveld 408576698