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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.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
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 b95a01b6122b267585add83813693fe928bab666..103ff44965e7eba7b25927ff09012e5559b32af2 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -119,7 +119,8 @@ class ServiceWorkerGlobalScopeProxy final
const WebNotificationData&) override;
void DispatchPushEvent(int, const WebString& data) override;
void DispatchSyncEvent(int, const WebString& tag, LastChanceOption) override;
- void DispatchPaymentRequestEvent(int, const WebPaymentAppRequest&) override;
+ void DispatchPaymentRequestEvent(int,
+ const WebPaymentRequestEventData&) override;
bool HasFetchEventHandler() override;
void OnNavigationPreloadResponse(
int fetch_event_id,

Powered by Google App Engine
This is Rietveld 408576698