| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index db19aee5d85607283b8c7f1bf17e173b15e94a7a..ab723e3f5d2e7e651d343049241523b8144ba540 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1846,7 +1846,7 @@ void Browser::OnZoomChanged(const ZoomController::ZoomChangedEventData& data) {
|
| if (data.web_contents == tab_strip_model_->GetActiveWebContents()) {
|
| // Only show the zoom bubble for zoom changes in the active window.
|
| window_->ZoomChangedForActiveTab(data.can_show_bubble &&
|
| - window_->IsActive() && !is_devtools());
|
| + window_->IsActive());
|
| }
|
| }
|
|
|
|
|