| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index a7965b976e6d57fa3ca87b49e36582a8410b070b..4e0a2a183751098fdb2de837ff9e8ccafe80a124 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -828,6 +828,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[] =
|
|
|