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

Unified Diff: ash/common/system/tray/tray_bubble_wrapper.h

Issue 2148573002: Add palette tray to ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-tool-structure
Patch Set: Comments Created 4 years, 5 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/common/system/tray/tray_bubble_wrapper.h
diff --git a/ash/common/system/tray/tray_bubble_wrapper.h b/ash/common/system/tray/tray_bubble_wrapper.h
index 2f77a9bca8f7ae4586aff1b810d97fd4a4d6b466..1a7877a9ca289751035c1c87933a7544797ee76e 100644
--- a/ash/common/system/tray/tray_bubble_wrapper.h
+++ b/ash/common/system/tray/tray_bubble_wrapper.h
@@ -31,6 +31,7 @@ class TrayBubbleWrapper : public views::WidgetObserver {
const TrayBackgroundView* tray() const { return tray_; }
TrayBackgroundView* tray() { return tray_; }
+ views::TrayBubbleView* bubble_view() { return bubble_view_; }
const views::TrayBubbleView* bubble_view() const { return bubble_view_; }
const views::Widget* bubble_widget() const { return bubble_widget_; }
« ash/common/system/chromeos/palette/palette_tray.cc ('K') | « ash/common/system/status_area_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698