| Index: ui/message_center/notification_delegate.cc
|
| diff --git a/ui/message_center/notification_delegate.cc b/ui/message_center/notification_delegate.cc
|
| index de8b60de442b84e1e302ffc256cdb57c61876b4b..70675233293179c66f636f56be93e89e35492d9e 100644
|
| --- a/ui/message_center/notification_delegate.cc
|
| +++ b/ui/message_center/notification_delegate.cc
|
| @@ -25,9 +25,7 @@
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -bool NotificationDelegate::SettingsClick() {
|
| - return false;
|
| -}
|
| +void NotificationDelegate::SettingsClick() {}
|
|
|
| bool NotificationDelegate::ShouldDisplaySettingsButton() {
|
| return false;
|
|
|