| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index b5f04ec5736534c2328843942be3433dc58e0206..ef6402f29782496d4f7a69dfd1e342761ea19eaa 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -2562,7 +2562,7 @@ bool Browser::SupportsWindowFeatureImpl(WindowFeature feature,
|
| bool check_fullscreen) const {
|
| bool hide_ui_for_fullscreen = check_fullscreen && ShouldHideUIForFullscreen();
|
|
|
| - unsigned int features = FEATURE_INFOBAR | FEATURE_DOWNLOADSHELF;
|
| + unsigned int features = FEATURE_INFOBAR;
|
|
|
| if (is_type_tabbed())
|
| features |= FEATURE_BOOKMARKBAR;
|
|
|