Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 1759453002: Convert location bar bubble delegates to bubble dialog delegates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit test Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index b772e9f846de33c2923af142a981128d8d052671..33b50364843151521a51677dc08304412cc2ba6a 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -914,8 +914,8 @@ void BrowserView::OnActiveTabChanged(content::WebContents* old_contents,
// Update all the UI bits.
UpdateTitleBar();
- TranslateBubbleView::CloseBubble();
- ZoomBubbleView::CloseBubble();
+ TranslateBubbleView::CloseCurrentBubble();
+ ZoomBubbleView::CloseCurrentBubble();
}
void BrowserView::ZoomChangedForActiveTab(bool can_show_bubble) {

Powered by Google App Engine
This is Rietveld 408576698