| Index: ui/message_center/notification_delegate.h
|
| diff --git a/ui/message_center/notification_delegate.h b/ui/message_center/notification_delegate.h
|
| index a66d3760e690d8c03458ee9266f1be928a03269c..b9432fb12bcd523ff00a32cc810d005cdffcd70d 100644
|
| --- a/ui/message_center/notification_delegate.h
|
| +++ b/ui/message_center/notification_delegate.h
|
| @@ -49,8 +49,7 @@
|
| const base::string16& reply);
|
|
|
| // To be called when the user clicks the settings button in a notification.
|
| - // Returns whether the settings click was handled by the delegate.
|
| - virtual bool SettingsClick();
|
| + virtual void SettingsClick();
|
|
|
| // To be called in order to detect if a settings button should be displayed.
|
| virtual bool ShouldDisplaySettingsButton();
|
|
|