| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 016af5d553f624932da87a88e267fd4e15621733..5c1f52184158c308e1d2e0ab545e59f016305f2f 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -832,6 +832,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[] =
|
|
|