| 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 5659f86520498aafbfbd3666334a52084385c391..dd02ad6420a20f29e5cd386e01abdbf626c0092b 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;
|
|
|