Index: chrome/browser/notifications/persistent_notification_delegate.h |
diff --git a/chrome/browser/notifications/persistent_notification_delegate.h b/chrome/browser/notifications/persistent_notification_delegate.h |
index 003d46be9d58a7f36b067608b83cce3f2927cd82..d7f88470aa9d73931d96dbdb4f8f602774cbe8f9 100644 |
--- a/chrome/browser/notifications/persistent_notification_delegate.h |
+++ b/chrome/browser/notifications/persistent_notification_delegate.h |
@@ -35,6 +35,7 @@ class PersistentNotificationDelegate : 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: |