| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 001489cda3747edb90a7b33c046f164270d2f544..cfa1bc0aec4c09ecb5815017335ed000b19244a7 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -819,6 +819,10 @@ const char kPluginsAlwaysAuthorize[] = "plugins.always_authorize";
|
| // on start-up.
|
| const char kCheckDefaultBrowser[] = "browser.check_default_browser";
|
|
|
| +// TODO(motek): Remove this once a firm decision is made regarding how the UI
|
| +// should be presented.
|
| +const char kDefaultBrowserFlowDialog[] = "browser.set_default_flow_dialog";
|
| +
|
| // Policy setting whether default browser check should be disabled and default
|
| // browser registration should take place.
|
| const char kDefaultBrowserSettingEnabled[] =
|
|
|