Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3361)

Unified Diff: chrome/browser/notifications/persistent_notification_delegate.h

Issue 2392343002: Plumbing in notification replies: PlatformNotificationService -> SW (Closed)
Patch Set: Remove todo as it doesn't seem necessary after all Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698