| 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 932dc5fe1f9f49cc88bc78da19a40906b70daa3e..ace6d1b206eac4e29c31297ebd38ab38edd4b882 100644
|
| --- a/chrome/browser/notifications/persistent_notification_delegate.h
|
| +++ b/chrome/browser/notifications/persistent_notification_delegate.h
|
| @@ -31,6 +31,8 @@ class PersistentNotificationDelegate : public WebNotificationDelegate {
|
| void Close(bool by_user) override;
|
| void Click() override;
|
| void ButtonClick(int button_index) override;
|
| + void ButtonClickWithReply(int button_index,
|
| + const base::string16& reply) override;
|
|
|
| protected:
|
| ~PersistentNotificationDelegate() override;
|
|
|