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

Unified Diff: ceee/ie/plugin/toolband/toolband_module.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_unittest.cc ('k') | ceee/installer_dll/installer_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/toolband/toolband_module.cc
===================================================================
--- ceee/ie/plugin/toolband/toolband_module.cc (revision 70265)
+++ ceee/ie/plugin/toolband/toolband_module.cc (working copy)
@@ -269,7 +269,7 @@
//
// This is not the actual entrypoint; see the define right below this
// function, which keeps us safe from ever forgetting to check for
-// the --enable-ceee flag.
+// the --ceee flag.
STDAPI DllRegisterServerImpl(void) {
// Registers objects.
HRESULT hr = module.DllRegisterServer();
@@ -280,7 +280,7 @@
// DllUnregisterServer - Removes entries from the system registry
STDAPI DllUnregisterServer(void) {
- // We always allow unregistration, even if no --enable-ceee install flag.
+ // We always allow unregistration, even if no --ceee install flag.
HRESULT hr = module.DllUnregisterServer();
return hr;
}
« no previous file with comments | « ceee/common/install_utils_unittest.cc ('k') | ceee/installer_dll/installer_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698