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

Unified Diff: content/renderer/service_worker/service_worker_context_client.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: content/renderer/service_worker/service_worker_context_client.h
diff --git a/content/renderer/service_worker/service_worker_context_client.h b/content/renderer/service_worker/service_worker_context_client.h
index da4afca71072cce9a7c5871f73c1d9263146a2ba..942f952f37119a6fefbe485663f1a19371d0597a 100644
--- a/content/renderer/service_worker/service_worker_context_client.h
+++ b/content/renderer/service_worker/service_worker_context_client.h
@@ -217,7 +217,8 @@ class ServiceWorkerContextClient
int request_id,
const std::string& notification_id,
const PlatformNotificationData& notification_data,
- int action_index);
+ int action_index,
+ const base::string16& reply);
void OnPushEvent(int request_id, const PushEventPayload& payload);
void OnNotificationCloseEvent(
int request_id,

Powered by Google App Engine
This is Rietveld 408576698