| Index: chrome/browser/notifications/web_notification_delegate.h
|
| diff --git a/chrome/browser/notifications/web_notification_delegate.h b/chrome/browser/notifications/web_notification_delegate.h
|
| index 78aaa6b1c8c005331de66a0d99d567c2e3e3d490..d4629fc6f4b68891d4de58e8047cc71e9cc5bf87 100644
|
| --- a/chrome/browser/notifications/web_notification_delegate.h
|
| +++ b/chrome/browser/notifications/web_notification_delegate.h
|
| @@ -31,7 +31,7 @@ class WebNotificationDelegate : public NotificationDelegate {
|
| public:
|
| // NotificationDelegate implementation.
|
| std::string id() const override;
|
| - void SettingsClick() override;
|
| + bool SettingsClick() override;
|
| bool ShouldDisplaySettingsButton() override;
|
| bool ShouldDisplayOverFullscreen() const override;
|
|
|
|
|