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

Unified Diff: chrome/browser/notifications/platform_notification_service_impl.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/platform_notification_service_impl.h
diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h
index 88642b3797ea5d1e02b1eaf3575d2c092f726f60..31482d96629be1544beeec06a9c4598b7af6af9f 100644
--- a/chrome/browser/notifications/platform_notification_service_impl.h
+++ b/chrome/browser/notifications/platform_notification_service_impl.h
@@ -29,6 +29,10 @@ class NotificationDelegate;
class NotificationDisplayService;
class ScopedKeepAlive;
+namespace base {
+class NullableString16;
+}
+
namespace content {
class BrowserContext;
struct NotificationResources;
@@ -53,7 +57,8 @@ class PlatformNotificationServiceImpl
void OnPersistentNotificationClick(content::BrowserContext* browser_context,
const std::string& notification_id,
const GURL& origin,
- int action_index);
+ int action_index,
+ const base::NullableString16& reply);
// To be called when a persistent notification has been closed. The data
// associated with the notification has to be pruned from the database in this

Powered by Google App Engine
This is Rietveld 408576698