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

Unified Diff: third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.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/public/platform/modules/payments/WebPaymentRequestEventData.h
diff --git a/third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h b/third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h
similarity index 78%
rename from third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h
rename to third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h
index 2a98a8c6a2208297979c699a0fc4d142d2f71262..5b0ae34011fdc9154a502ff9cdeeb5298b49795d 100644
--- a/third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h
+++ b/third_party/WebKit/public/platform/modules/payments/WebPaymentRequestEventData.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebPaymentAppRequest_h
-#define WebPaymentAppRequest_h
+#ifndef WebPaymentRequestEventData_h
+#define WebPaymentRequestEventData_h
#include "public/platform/WebString.h"
#include "public/platform/WebVector.h"
@@ -13,8 +13,7 @@
namespace blink {
-// https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentapprequest
-struct WebPaymentAppRequest {
+struct WebPaymentRequestEventData {
WebString top_level_origin;
WebString payment_request_origin;
WebString payment_request_id;
@@ -26,4 +25,4 @@ struct WebPaymentAppRequest {
} // namespace blink
-#endif // WebPaymentAppRequest_h
+#endif // WebPaymentRequestEventData_h

Powered by Google App Engine
This is Rietveld 408576698