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

Unified Diff: third_party/WebKit/Source/modules/nfc/NFCPushOptions.idl

Issue 1403933003: [webnfc] : Dictionaries in IDL are not Web exposed, so remove RuntimeEnabled= . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-word comments. Created 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/nfc/NFCRecord.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/nfc/NFCPushOptions.idl
diff --git a/third_party/WebKit/Source/modules/nfc/NFCPushOptions.idl b/third_party/WebKit/Source/modules/nfc/NFCPushOptions.idl
index a93d18859b119ba7d3d0360d9b979723cbc9db80..2fe24e8115913e0cca118045932bcf46327cd15b 100644
--- a/third_party/WebKit/Source/modules/nfc/NFCPushOptions.idl
+++ b/third_party/WebKit/Source/modules/nfc/NFCPushOptions.idl
@@ -6,9 +6,7 @@
enum NFCPushTarget { "tag", "peer" };
-[
- RuntimeEnabled=WebNFC,
-] dictionary NFCPushOptions {
+dictionary NFCPushOptions {
NFCPushTarget target;
unsigned long timeout;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/nfc/NFCRecord.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698