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

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: typo fix 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
« no previous file with comments | « chrome/installer/util/logging_installer.cc ('k') | chrome/installer/util/master_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/installer/util/logging_installer.cc ('k') | chrome/installer/util/master_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698