Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 97ae8c627328e61996eb299716daa10c3628b509..a034ed28db6595c94a5af22ab13d99bb2352adba 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1015,6 +1015,7 @@ void Browser::ActiveTabChanged(WebContents* old_contents, |
// Propagate the profile to the location bar. |
UpdateToolbar((reason & CHANGE_REASON_REPLACED) == 0); |
+ window_->CloseTranslateBubble(); |
Peter Kasting
2014/11/19 09:18:12
Why do we need a special call for this? Why can't
hajimehoshi
2014/11/19 10:02:08
Ah, you're right. Done.
|
if (chrome::IsInstantExtendedAPIEnabled()) |
search_delegate_->OnTabActivated(new_contents); |