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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h

Issue 2898223002: PaymentHandler: Rename PaymentAppRequest with PaymentRequestEventData. (Closed)
Patch Set: Rename Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
index dbf6378eda0be5b1b948e938018eedc22345059c..d3487da0e21c5ea2a66f96cb1d13c0a9c048fa2f 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
@@ -44,7 +44,7 @@ class WebDataConsumerHandle;
class WebServiceWorkerRequest;
class WebString;
struct WebNotificationData;
-struct WebPaymentAppRequest;
+struct WebPaymentRequestEventData;
struct WebServiceWorkerClientInfo;
struct WebServiceWorkerError;
class WebURLResponse;
@@ -115,8 +115,9 @@ class WebServiceWorkerContextProxy {
const WebString& tag,
LastChanceOption) = 0;
- virtual void DispatchPaymentRequestEvent(int event_id,
- const WebPaymentAppRequest&) = 0;
+ virtual void DispatchPaymentRequestEvent(
+ int event_id,
+ const WebPaymentRequestEventData&) = 0;
virtual void OnNavigationPreloadResponse(
int fetch_event_id,
« no previous file with comments | « third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698