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

Unified Diff: chrome/installer/setup/setup_main.cc

Issue 8909009: Remove remaining references to CEEE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync'ed source code, no new changes for this CL Created 9 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
Index: chrome/installer/setup/setup_main.cc
===================================================================
--- chrome/installer/setup/setup_main.cc (revision 114621)
+++ chrome/installer/setup/setup_main.cc (working copy)
@@ -367,7 +367,7 @@
// We're being asked to install Chrome with Chrome Frame in ready-mode.
// This is an optimistic operation: if a SxS install of Chrome Frame
// is already present, don't touch it; if a multi-install of Chrome
- // Frame is present, preserve its settings (ready-mode, CEEE).
+ // Frame is present, preserve its settings (ready-mode).
if (cf_state != NULL) {
installer_state->RemoveProduct(chrome_frame);
chrome_frame = NULL;

Powered by Google App Engine
This is Rietveld 408576698