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

Unified Diff: components/payments/content/payment_request.h

Issue 2859613002: Disable web payments API on blob: and data: schemes. (Closed)
Patch Set: Fix up Android test 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: components/payments/content/payment_request.h
diff --git a/components/payments/content/payment_request.h b/components/payments/content/payment_request.h
index c831cb916e8f89f96dfae69fddd7527ca1e4966f..2514a8b89a56456a2f40f24d84ac7e1328cef133 100644
--- a/components/payments/content/payment_request.h
+++ b/components/payments/content/payment_request.h
@@ -39,6 +39,7 @@ class PaymentRequest : public mojom::PaymentRequest,
public:
virtual void OnCanMakePaymentCalled() = 0;
virtual void OnNotSupportedError() = 0;
+ virtual void OnConnectionTerminated() = 0;
protected:
virtual ~ObserverForTest() {}
« no previous file with comments | « chrome/test/data/payments/payment_request_blob_url_test.html ('k') | components/payments/content/payment_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698