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

Unified Diff: ui/message_center/notification_delegate.cc

Issue 2392343002: Plumbing in notification replies: PlatformNotificationService -> SW (Closed)
Patch Set: Send NullableString through IPC, remove settings check from ButtonClickWithReply, add TODO in messa… 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: ui/message_center/notification_delegate.cc
diff --git a/ui/message_center/notification_delegate.cc b/ui/message_center/notification_delegate.cc
index 405c70384fd5ed22ba8702e21b1fe880606df350..07e9e81f6258bbdb4c84349aa76384f9b92d5025 100644
--- a/ui/message_center/notification_delegate.cc
+++ b/ui/message_center/notification_delegate.cc
@@ -18,6 +18,9 @@ void NotificationDelegate::Click() {}
void NotificationDelegate::ButtonClick(int button_index) {}
+void NotificationDelegate::ButtonClickWithReply(int button_index,
+ const base::string16& reply) {}
+
void NotificationDelegate::SettingsClick() {}
bool NotificationDelegate::ShouldDisplaySettingsButton() {
« ui/message_center/notification_delegate.h ('K') | « ui/message_center/notification_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698