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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentRequest.h

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Address more comments Created 3 years, 10 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/modules/payments/PaymentRequest.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.h b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
index ee0713bdb055cbf4a4084aa24bbb008dd6f10b0c..ca98dbe40b083a28bf3cb230dc25bad817518feb 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
@@ -108,6 +108,8 @@ class MODULES_EXPORT PaymentRequest final
void OnAbort(bool abortedSuccessfully) override;
void OnCanMakePayment(
payments::mojom::blink::CanMakePaymentQueryResult) override;
+ void ParsePaymentManifest(const String& content,
+ const ParsePaymentManifestCallback&) override;
void onCompleteTimeout(TimerBase*);

Powered by Google App Engine
This is Rietveld 408576698