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

Unified Diff: chrome/browser/notifications/non_persistent_notification_handler.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/non_persistent_notification_handler.h
diff --git a/chrome/browser/notifications/non_persistent_notification_handler.h b/chrome/browser/notifications/non_persistent_notification_handler.h
index 51b8d3629658f577eabefdf812837636d9c9e410..0a827a74310336b3ef68b89cb0fae0cd2df18ae3 100644
--- a/chrome/browser/notifications/non_persistent_notification_handler.h
+++ b/chrome/browser/notifications/non_persistent_notification_handler.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
+#include "base/strings/nullable_string16.h"
Peter Beverloo 2016/10/11 14:22:56 nit: drop. Pretty much everywhere else too. Here's
awdf 2016/10/12 10:44:57 Done.
#include "chrome/browser/notifications/notification_handler.h"
class NotificationDelegate;
@@ -28,7 +29,8 @@ class NonPersistentNotificationHandler : public NotificationHandler {
void OnClick(Profile* profile,
const std::string& origin,
const std::string& notification_id,
- int action_index) override;
+ int action_index,
+ const base::NullableString16& reply) override;
void OpenSettings(Profile* profile) override;

Powered by Google App Engine
This is Rietveld 408576698