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

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

Issue 2901273003: chromeos: Remove TrayBubbleView::Delegate::OnBeforeBubbleWidgetInit (Closed)
Patch Set: comments, use InitParams for all parameters 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 08ace17f534a7f71dd776661f8e62301a8555f5c..8a3b1f305649261523a7b1f2990d682b1091cd43 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