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[]; |