| Index: ui/message_center/notification_delegate.h
|
| diff --git a/ui/message_center/notification_delegate.h b/ui/message_center/notification_delegate.h
|
| index 93526ba1fc6209e4c5b8c47602eae092c925ca23..8196e98eca10ae9588de55d1aa6cd48a53134017 100644
|
| --- a/ui/message_center/notification_delegate.h
|
| +++ b/ui/message_center/notification_delegate.h
|
| @@ -26,10 +26,6 @@ class MESSAGE_CENTER_EXPORT NotificationDelegate
|
| // To be called when the desktop notification is actually shown.
|
| virtual void Display();
|
|
|
| - // To be called when the desktop notification cannot be shown due to an
|
| - // error.
|
| - virtual void Error();
|
| -
|
| // To be called when the desktop notification is closed. If closed by a
|
| // user explicitly (as opposed to timeout/script), |by_user| should be true.
|
| virtual void Close(bool by_user);
|
|
|