Index: chrome/installer/util/master_preferences.h |
=================================================================== |
--- chrome/installer/util/master_preferences.h (revision 243928) |
+++ chrome/installer/util/master_preferences.h (working copy) |
@@ -172,10 +172,6 @@ |
return chrome_app_launcher_; |
} |
- bool install_chrome_frame() const { |
- return chrome_frame_; |
- } |
- |
bool is_multi_install() const { |
return multi_install_; |
} |
@@ -210,7 +206,6 @@ |
bool preferences_read_from_file_; |
bool chrome_; |
bool chrome_app_launcher_; |
- bool chrome_frame_; |
bool multi_install_; |
private: |