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_; |