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

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

Issue 2418153002: Hooking up Android N inline notification replies end-to-end (Closed)
Patch Set: Reformat getNotificationReply 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/native_notification_display_service.h
diff --git a/chrome/browser/notifications/native_notification_display_service.h b/chrome/browser/notifications/native_notification_display_service.h
index 211e221906aa390194df1af2711fdc50286274bf..e0240fe3357709a2398e566a57e4c16699380fa8 100644
--- a/chrome/browser/notifications/native_notification_display_service.h
+++ b/chrome/browser/notifications/native_notification_display_service.h
@@ -14,6 +14,10 @@
#include "chrome/browser/notifications/notification_common.h"
#include "chrome/browser/notifications/notification_display_service.h"
+namespace base {
+class NullableString16;
+}
+
class Notification;
class NotificationHandler;
class NotificationPlatformBridge;
@@ -41,7 +45,8 @@ class NativeNotificationDisplayService : public NotificationDisplayService {
NotificationCommon::Type notification_type,
const std::string& origin,
const std::string& notification_id,
- int action_index);
+ int action_index,
+ const base::NullableString16& reply);
// Registers an implementation object to handle notification operations
// for |notification_type|.

Powered by Google App Engine
This is Rietveld 408576698