Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index edf2729a9dad6c6042cf9471e93b82b74707551b..249028d845c1511d4e50f65d9991a41bf9e1ac58 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -1005,14 +1005,6 @@ const char kPluginsResourceCacheUpdate[] = "plugins.resource_cache_update"; |
| // on start-up. |
| const char kCheckDefaultBrowser[] = "browser.check_default_browser"; |
| -#if defined(OS_WIN) |
| -// By default, setting Chrome as default during first run on Windows 8 will |
| -// trigger shutting down the current instance and spawning a new (Metro) |
| -// Chrome. This boolean preference suppresses this behaviour. |
| -const char kSuppressSwitchToMetroModeOnSetDefault[] = |
| - "browser.suppress_switch_to_metro_mode_on_set_default"; |
|
gab
2014/06/12 18:00:24
Typically when phasing out prefs we still register
grt (UTC plus 2)
2014/06/12 18:29:15
Thanks for bringing this up. As we discussed, we'l
|
| -#endif |
| - |
| // Policy setting whether default browser check should be disabled and default |
| // browser registration should take place. |
| const char kDefaultBrowserSettingEnabled[] = |