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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentOptions.idl

Issue 2390483002: Drop [RuntimeEnabled] for all IDL dictionaries (Closed)
Patch Set: rebase Created 4 years, 2 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/PaymentOptions.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentOptions.idl b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
index 95d0c5a049554ad0affd7a1a3765fc58a5a7a1e9..21c294a3e3b2cfd8f1b7309f7c431fb4defde592 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
@@ -10,9 +10,7 @@ enum PaymentShippingType {
"pickup"
};
-[
- RuntimeEnabled=PaymentRequest
-] dictionary PaymentOptions {
+dictionary PaymentOptions {
[RuntimeEnabled=PaymentRequestPayerName] boolean requestPayerName = false;
boolean requestPayerEmail = false;
boolean requestPayerPhone = false;

Powered by Google App Engine
This is Rietveld 408576698