Index: chrome/installer/util/util_constants.cc |
=================================================================== |
--- chrome/installer/util/util_constants.cc (revision 114621) |
+++ chrome/installer/util/util_constants.cc (working copy) |
@@ -11,9 +11,6 @@ |
// Whether to set Chrome to launch at computer startup. |
const char kAutoLaunchChrome[] = "auto-launch-chrome"; |
-// Install CEEE. |
-const char kCeee[] = "ceee"; |
- |
// Install Chrome. |
// Currently this is only required when used in combination with kMultiInstall. |
const char kChrome[] = "chrome"; |
@@ -98,7 +95,7 @@ |
const char kMsi[] = "msi"; |
// Tells installer to install multiple products specified on the command line. |
-// (e.g. Chrome Frame, CEEE, Chrome) |
+// (e.g. Chrome Frame, Chrome) |
const char kMultiInstall[] = "multi-install"; |
// Useful only when used with --update-setup-exe, otherwise ignored. It |