| Index: chrome/installer/util/master_preferences.h
|
| diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h
|
| index e698d1dde283013e0fb4b2fc1a9d0eb026949a07..33f3b47163dbfca1a35379a9c3e51422c45c5101 100644
|
| --- a/chrome/installer/util/master_preferences.h
|
| +++ b/chrome/installer/util/master_preferences.h
|
| @@ -168,6 +168,10 @@ class MasterPreferences {
|
| return chrome_app_host_;
|
| }
|
|
|
| + bool install_chrome_app_launcher() const {
|
| + return chrome_app_launcher_;
|
| + }
|
| +
|
| bool install_chrome_frame() const {
|
| return chrome_frame_;
|
| }
|
| @@ -193,6 +197,7 @@ class MasterPreferences {
|
| bool preferences_read_from_file_;
|
| bool chrome_;
|
| bool chrome_app_host_;
|
| + bool chrome_app_launcher_;
|
| bool chrome_frame_;
|
| bool multi_install_;
|
|
|
|
|