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

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

Issue 117433002: Remove installation of Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indentation fix and new unittest Created 7 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
diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h
index 6b5c9c3ec962d8c32ff1d23d0f6875817ecf7b0e..1b27c7e6958009d8fb6a79362703bdb443daecff 100644
--- a/chrome/installer/util/master_preferences.h
+++ b/chrome/installer/util/master_preferences.h
@@ -172,10 +172,6 @@ class MasterPreferences {
return chrome_app_launcher_;
}
- bool install_chrome_frame() const {
- return chrome_frame_;
- }
-
bool is_multi_install() const {
return multi_install_;
}
@@ -210,7 +206,6 @@ class MasterPreferences {
bool preferences_read_from_file_;
bool chrome_;
bool chrome_app_launcher_;
- bool chrome_frame_;
bool multi_install_;
private:

Powered by Google App Engine
This is Rietveld 408576698