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

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

Issue 2729563003: Dismiss popups on Tab deselected (Closed)
Patch Set: 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 9d87e8a52851d2bca7c66075b43f8d8e0574c6b4..f803e44f8bdb489d3d8e3ea514f266254a6a7feb 100644
--- a/ios/chrome/browser/ui/browser_view_controller.mm
+++ b/ios/chrome/browser/ui/browser_view_controller.mm
@@ -3840,6 +3840,8 @@ class BrowserBookmarkModelBridge : public bookmarks::BookmarkModelObserver {
if (!_model || !_browserState)
return;
+ [self dismissPopups];
marq (ping after 24h) 2017/03/02 06:07:40 I can't verify that this is correct. What are all
+
switch (command) {
case IDC_BACK:
[[_model currentTab] goBack];
« 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