| Index: ash/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
|
| index 2e12dc11061a502e36206ce6799994e7b8ebe696..d5fdc64ebbaf3fad5c17e010b06ce3a58ddde2d6 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -81,7 +81,7 @@ class ASH_EXPORT WebNotificationTray
|
| void AnchorUpdated() override;
|
| base::string16 GetAccessibleNameForTray() override;
|
| void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
|
| - bool ClickedOutsideBubble() override;
|
| + void ClickedOutsideBubble() override;
|
|
|
| // Overridden from ActionableView.
|
| bool PerformAction(const ui::Event& event) override;
|
|
|