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

Unified Diff: ash/system/tray/tray_background_view.h

Issue 2901273003: chromeos: Remove TrayBubbleView::Delegate::OnBeforeBubbleWidgetInit (Closed)
Patch Set: cleanup Created 3 years, 7 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: ash/system/tray/tray_background_view.h
diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h
index 456d360c90b9b43fbed639d813c9b69627406016..09792d5f33a11710ee8555a56c9b6dd554c37094 100644
--- a/ash/system/tray/tray_background_view.h
+++ b/ash/system/tray/tray_background_view.h
@@ -99,6 +99,9 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
// tray_container().
gfx::Insets GetBubbleAnchorInsets() const;
+ // Returns the container window for the bubble (on the proper display).
+ aura::Window* GetBubbleWindowContainer() const;
+
protected:
// ActionableView:
std::unique_ptr<views::InkDropMask> CreateInkDropMask() const override;

Powered by Google App Engine
This is Rietveld 408576698