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

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

Issue 2392343002: Plumbing in notification replies: PlatformNotificationService -> SW (Closed)
Patch Set: include base/logging.h for NOTIMPLEMENTED 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..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;
« no previous file with comments | « chrome/browser/notifications/notification_handler.h ('k') | chrome/browser/notifications/persistent_notification_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698