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

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

Issue 10665002: Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: install-application-host command and other fixes. Created 8 years, 5 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
Index: chrome/installer/util/master_preferences.h
diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h
index 51d6673eabd501a4930f6cb064956bfe7a0aaea0..a7ef7069107f0b0189de9d9c5848ec0d14e0c52e 100644
--- a/chrome/installer/util/master_preferences.h
+++ b/chrome/installer/util/master_preferences.h
@@ -165,6 +165,10 @@ class MasterPreferences {
return chrome_;
}
+ bool install_chrome_app_host() const {
+ return chrome_app_host_;
+ }
+
bool install_chrome_frame() const {
return chrome_frame_;
}
@@ -189,6 +193,7 @@ class MasterPreferences {
base::DictionaryValue* distribution_;
bool preferences_read_from_file_;
bool chrome_;
+ bool chrome_app_host_;
bool chrome_frame_;
bool multi_install_;

Powered by Google App Engine
This is Rietveld 408576698