Chromium Code Reviews| 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; |
| }; |