| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index eccd8b051618ef2dee5c74ec856d47bdede4d19d..701b47fc2631473a57db266b0bc69638213aed23 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -444,9 +444,6 @@ const char kConfirmToQuitEnabled[] = "browser.confirm_to_quit";
|
| // in fullscreen. Mac only.
|
| const char kShowFullscreenToolbar[] = "browser.show_fullscreen_toolbar";
|
|
|
| -// TODO(spqchan): Remove this, see crbug.com/590827.
|
| -// This is being migrated to kShowFullscreenToolbar.
|
| -const char kHideFullscreenToolbar[] = "browser.hide_fullscreen_toolbar";
|
| #endif
|
|
|
| // Boolean which specifies whether we should ask the user if we should download
|
|
|