| 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..4277d0eb9fae0f5d758a52fbd36bdad7bea3fae9 100644
|
| --- a/chrome/browser/notifications/persistent_notification_delegate.h
|
| +++ b/chrome/browser/notifications/persistent_notification_delegate.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| +#include "base/strings/string16.h"
|
| #include "chrome/browser/notifications/web_notification_delegate.h"
|
|
|
| class GURL;
|
| @@ -31,6 +32,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;
|
|
|