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(); |