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

Unified Diff: ceee/common/install_utils.cc

Issue 5965012: Change "enable-ceee" to "ceee" to match the installer.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 | « ceee/common/install_utils.h ('k') | ceee/common/install_utils_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/common/install_utils.cc
===================================================================
--- ceee/common/install_utils.cc (revision 70265)
+++ ceee/common/install_utils.cc (working copy)
@@ -15,10 +15,11 @@
namespace installer {
namespace switches {
- // TODO(joi@chromium.org) Move to chrome/installer/util_constants.h
+ // TODO(joi): Move to chrome/installer/util_constants.h
// when we refactor this logic to be in the installer rather than
// on the registration entrypoints.
- const char kEnableCeee[] = "enable-ceee";
+ const char kEnableCeee[] = "ceee";
+ // TODO(joi): The installer supports only "ceee".
const char kEnableFfCeee[] = "enable-ff-ceee";
}
}
@@ -35,7 +36,7 @@
}
// Failing that, it's some kind of install scenario, so the
- // --enable-ceee flag must be provided. It should be ignored
+ // --ceee flag must be provided. It should be ignored
// unless --chrome-frame is also specified, so we check for
// both.
//
« no previous file with comments | « ceee/common/install_utils.h ('k') | ceee/common/install_utils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698