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

Unified Diff: ui/views/bubble/tray_bubble_view.h

Issue 2831233003: Remove ShouldBlockShelfAutoHide(). (Closed)
Patch Set: bubble lifetimes Created 3 years, 8 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: ui/views/bubble/tray_bubble_view.h
diff --git a/ui/views/bubble/tray_bubble_view.h b/ui/views/bubble/tray_bubble_view.h
index 8de9c3053ed8a920002c80f5dd90987bff1ae8f3..efe3c1cafc83ecdfda8020df69963850643980e3 100644
--- a/ui/views/bubble/tray_bubble_view.h
+++ b/ui/views/bubble/tray_bubble_view.h
@@ -86,6 +86,9 @@ class VIEWS_EXPORT TrayBubbleView : public views::BubbleDialogDelegateView,
SkColor bg_color;
};
+ // Returns whether a tray bubble is active.
+ static bool IsATrayBubbleOpen();
sky 2017/04/21 20:43:50 This should be after the destructor.
Evan Stade 2017/04/22 00:10:25 Done.
+
// Constructs and returns a TrayBubbleView. |init_params| may be modified.
static TrayBubbleView* Create(views::View* anchor,
Delegate* delegate,

Powered by Google App Engine
This is Rietveld 408576698