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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html

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/payment-app-interfaces.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html b/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html
index cf1b816aec930e8d96e6aa4a96578c98992c71fa..40a09070c3f9f7a7297a2a4df682e6aee585670b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html
+++ b/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html
@@ -11,8 +11,5 @@
test(function() {
assert_own_property(self, 'PaymentManager', 'PaymentManager needs to be exposed as a global.');
-
- assert_own_property(PaymentManager.prototype, 'setManifest');
- assert_own_property(PaymentManager.prototype, 'getManifest');
}, 'PaymentManager should be exposed and have the expected interface in a Document.');
</script>
« no previous file with comments | « content/public/browser/payment_app_provider.h ('k') | third_party/WebKit/LayoutTests/http/tests/payments/payment-manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698