| 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_; }
|
|
|
|
|