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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-app.js

Issue 2875493003: PaymentHandler: Remove PaymentAppManifest and PaymentAppOption. (Closed)
Patch Set: global-interface-listing 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/LayoutTests/http/tests/payments/resources/payment-app.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-app.js b/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-app.js
index 5c33a678eb88be95d1b7d865c0aafe4f526d8bf0..3da233101b20e359f6e03a31203768c6997363c7 100644
--- a/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-app.js
+++ b/third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-app.js
@@ -2,7 +2,4 @@ importScripts('/resources/testharness.js');
test(function() {
assert_idl_attribute(registration, 'paymentManager', 'One-shot PaymentManager needs to be exposed on the registration.');
-
- assert_inherits(registration.paymentManager, 'setManifest');
- assert_inherits(registration.paymentManager, 'getManifest');
}, 'PaymentManager should be exposed and have the expected interface.');

Powered by Google App Engine
This is Rietveld 408576698