| Index: chrome/browser/views/extensions/extension_view.cc
|
| diff --git a/chrome/browser/views/extensions/extension_view.cc b/chrome/browser/views/extensions/extension_view.cc
|
| index 355e45583f931508c016ec3f30ea17c68bffd4c4..4e7f1aea92971fd7eac1d2b05d65260fe0bb45c9 100644
|
| --- a/chrome/browser/views/extensions/extension_view.cc
|
| +++ b/chrome/browser/views/extensions/extension_view.cc
|
| @@ -120,13 +120,7 @@ void ExtensionView::ShowIfCompletelyLoaded() {
|
| // We wait to show the ExtensionView until it has loaded, and the view has
|
| // actually been created. These can happen in different orders.
|
| if (host_->did_stop_loading()) {
|
| - // For toolstrips, also wait until our parent has given us a background.
|
| - if (host_->GetRenderViewType() == ViewType::EXTENSION_TOOLSTRIP &&
|
| - render_view_host()->view()->background().empty()) {
|
| - return;
|
| - }
|
| SetVisible(true);
|
| -
|
| UpdatePreferredSize(pending_preferred_size_);
|
| }
|
| }
|
|
|