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

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

Issue 131763004: Merge 242400 "Remove installation of Chrome Frame." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 11 months 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
===================================================================
--- 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:
« 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