| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 09d2e577f20528064e578e364437dbf81937b3b4..02e82fc5c3939ff8a7f219f0c2ae9746e5519191 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[] =
|
|
|