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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.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: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
index 5ce6d4dab8af802dfb2e2dc3a28748d4cb6bb684..a135654bc3b376a41ab5226e7d9324dc983e23f4 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -98,7 +98,8 @@ class ServiceWorkerGlobalScopeProxy final
void dispatchNotificationClickEvent(int,
const WebString& notificationID,
const WebNotificationData&,
- int actionIndex) override;
+ int actionIndex,
+ const WebString& reply) override;
void dispatchNotificationCloseEvent(int,
const WebString& notificationID,
const WebNotificationData&) override;

Powered by Google App Engine
This is Rietveld 408576698