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

Unified Diff: ios/chrome/browser/ui/browser_view_controller.mm

Issue 2729563003: Dismiss popups on Tab deselected (Closed)
Patch Set: dismiss popups on tab deselected Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/browser_view_controller.mm
diff --git a/ios/chrome/browser/ui/browser_view_controller.mm b/ios/chrome/browser/ui/browser_view_controller.mm
index 767fdea5744bd638740d557735b4c0feb54cd2a9..11bd52bb5c6f1b56ac9b0afd31ae0d1097df17fe 100644
--- a/ios/chrome/browser/ui/browser_view_controller.mm
+++ b/ios/chrome/browser/ui/browser_view_controller.mm
@@ -1491,7 +1491,7 @@ class BrowserBookmarkModelBridge : public bookmarks::BookmarkModelObserver {
Tab* tab = notify.userInfo[kTabModelTabKey];
DCHECK(tab);
[tab wasHidden];
- [_toolbarController dismissTabHistoryPopup];
+ [self dismissPopups];
}
- (void)tabWasAdded:(NSNotification*)notify {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698