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

Unified Diff: ceee/common/install_utils.h

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 | « no previous file | ceee/common/install_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/common/install_utils.h
===================================================================
--- ceee/common/install_utils.h (revision 70265)
+++ ceee/common/install_utils.h (working copy)
@@ -30,13 +30,13 @@
namespace ceee_install_utils {
-// Returns true if the --enable-ceee flag was passed to the process
+// Returns true if the --ceee flag was passed to the process
// that loaded this DLL, or if the process loading the DLL is
// regsvr32 (i.e. it's a developer that explicitly wants to register).
bool ShouldRegisterCeee();
// Returns true if the --enable-ff-ceee flag was passed to the process
-// that loaded this DLL in addition to the --enable-ceee flag, or if
+// that loaded this DLL in addition to the --ceee flag, or if
// the process loading the DLL is regsvr32 (i.e. it's a developer that
// explicitly wants to register).
bool ShouldRegisterFfCeee();
« no previous file with comments | « no previous file | ceee/common/install_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698