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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h

Issue 2523583002: test
Patch Set: test Created 4 years, 1 month 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/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
index 355119cf2f1eb58bd8324ac3c741ad3959ffc875..f03ad09a7af8736cda62ca9ed05e2bc8ccbb15ac 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
@@ -104,6 +104,9 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
virtual void didHandleSyncEvent(int syncEventID,
WebServiceWorkerEventResult,
double eventDispatchTime) = 0;
+ virtual void didHandlePaymentRequestEvent(int paymentRequestEventID,
+ WebServiceWorkerEventResult,
+ double eventDispatchTime) = 0;
virtual void postMessageToClient(
const WebString& clientUUID,
const WebString& message,

Powered by Google App Engine
This is Rietveld 408576698