| Index: chrome/installer/util/master_preferences_constants.h
|
| diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h
|
| index 8a6f6c22362d03ceb58b2775cfc921c89dfd164d..0de206efdb134c112baa60b972496e822f32f766 100644
|
| --- a/chrome/installer/util/master_preferences_constants.h
|
| +++ b/chrome/installer/util/master_preferences_constants.h
|
| @@ -70,6 +70,11 @@ extern const char kMsi[];
|
| extern const char kMultiInstall[];
|
| // Boolean. Show EULA dialog before install.
|
| extern const char kRequireEula[];
|
| +// Boolean. Indicates that the first-run 'set-as-default' dialog should not be
|
| +// shown. Relevant in Windows 8+ context only. If this is true, the standard
|
| +// 'set default browser' prompt on the butter-bar will appear during the first
|
| +// run.
|
| +extern const char kSuppressFirstRunDefaultBrowserPrompt[];
|
| // Boolean. Install Chrome to system wise location. Cmd line override present.
|
| extern const char kSystemLevel[];
|
| // Boolean. Run installer in verbose mode. Cmd line override present.
|
|
|