Index: chrome/browser/notifications/notification_object_proxy.h |
diff --git a/chrome/browser/notifications/notification_object_proxy.h b/chrome/browser/notifications/notification_object_proxy.h |
index eb25729e4e59f987c3a34abf4655f438a38ce021..1fa19fbafabb2b99ada3804f84e533894eebc954 100644 |
--- a/chrome/browser/notifications/notification_object_proxy.h |
+++ b/chrome/browser/notifications/notification_object_proxy.h |
@@ -29,6 +29,7 @@ class NotificationObjectProxy : public NotificationDelegate { |
void Display() override; |
void Close(bool by_user) override; |
void Click() override; |
+ void ButtonClick(int button_index) override; |
std::string id() const override; |
protected: |