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

Unified Diff: ceee/installer_dll/installer_helper.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/ie/plugin/toolband/toolband_module.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/installer_dll/installer_helper.cc
===================================================================
--- ceee/installer_dll/installer_helper.cc (revision 70265)
+++ ceee/installer_dll/installer_helper.cc (working copy)
@@ -298,7 +298,7 @@
//
// This is not the actual entrypoint; see the macro right below this
// function, which keeps us safe from ever forgetting to check for
-// the --enable-ceee flag.
+// the --ceee flag.
STDAPI DllRegisterServerImpl(void) {
HRESULT hr = _AtlModule.DllRegisterServer(FALSE);
@@ -351,7 +351,7 @@
// 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.
//
// We also always unregister Firefox components, regardless of whether the
// --enable-ff-ceee flag is set; unregistration is idempotent.
« no previous file with comments | « ceee/ie/plugin/toolband/toolband_module.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698