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

Unified Diff: chrome/installer/util/master_preferences.h

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/util/master_preferences.h
===================================================================
--- chrome/installer/util/master_preferences.h (revision 114621)
+++ chrome/installer/util/master_preferences.h (working copy)
@@ -162,10 +162,6 @@
return preferences_read_from_file_;
}
- bool install_ceee() const {
- return ceee_;
- }
-
bool install_chrome() const {
return chrome_;
}
@@ -193,7 +189,6 @@
scoped_ptr<base::DictionaryValue> master_dictionary_;
base::DictionaryValue* distribution_;
bool preferences_read_from_file_;
- bool ceee_;
bool chrome_;
bool chrome_frame_;
bool multi_install_;

Powered by Google App Engine
This is Rietveld 408576698