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

Unified Diff: chrome/browser/notifications/non_persistent_notification_handler.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/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..78ad623cbda87fa334d8ea738b465c6a064fec08 100644
--- a/chrome/browser/notifications/non_persistent_notification_handler.h
+++ b/chrome/browser/notifications/non_persistent_notification_handler.h
@@ -28,7 +28,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