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

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: oops 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
« no previous file with comments | « chrome/installer/util/master_preferences_constants.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9d39ef7b01370ebdfa30510f6227bcaf9d2ea55e 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,
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[];
« no previous file with comments | « chrome/installer/util/master_preferences_constants.cc ('k') | chrome/installer/util/util_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698