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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1702223002: PaymentRequest API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce the API surface Created 4 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/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 31a9c9fa2f2d2bf89d8186cf54ce51a412e9e56e..7dbc6860f3555fec37b13c1050556e88bea3aa16 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3759,6 +3759,16 @@ interface Path2D
method moveTo
method quadraticCurveTo
method rect
+interface PaymentRequest : EventTarget
+ getter onshippingaddresschange
+ getter onshippingoptionchange
+ getter shippingAddress
+ getter shippingOption
+ method abort
+ method constructor
+ method show
+ setter onshippingaddresschange
+ setter onshippingoptionchange
interface Performance : EventTarget
getter memory
getter navigation

Powered by Google App Engine
This is Rietveld 408576698