| Index: ash/system/tray/system_tray.h
|
| diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
|
| index 757ad0cd7f9938e792ed2cddb97d0f7bb20c6cc8..ee29ed6ba533d6472a2de50a35fa5ed0aa466859 100644
|
| --- a/ash/system/tray/system_tray.h
|
| +++ b/ash/system/tray/system_tray.h
|
| @@ -129,7 +129,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
| base::string16 GetAccessibleNameForTray() override;
|
| void BubbleResized(const views::TrayBubbleView* bubble_view) override;
|
| void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
|
| - bool ClickedOutsideBubble() override;
|
| + void ClickedOutsideBubble() override;
|
|
|
| // Overridden from message_center::TrayBubbleView::Delegate.
|
| void BubbleViewDestroyed() override;
|
|
|