| Index: ui/message_center/notification.h
|
| diff --git a/ui/message_center/notification.h b/ui/message_center/notification.h
|
| index ecd51c8bb3b0dadb7df915c5ae7179ae700696e8..4f913d79c6ed6560511f1e0ce6853d620c0ddfc9 100644
|
| --- a/ui/message_center/notification.h
|
| +++ b/ui/message_center/notification.h
|
| @@ -185,7 +185,6 @@ class MESSAGE_CENTER_EXPORT Notification {
|
|
|
| // Delegate actions.
|
| void Display() const { delegate()->Display(); }
|
| - void Error() const { delegate()->Error(); }
|
| bool HasClickedListener() const { return delegate()->HasClickedListener(); }
|
| void Click() const { delegate()->Click(); }
|
| void ButtonClick(int index) const { delegate()->ButtonClick(index); }
|
|
|