Chromium Code Reviews| Index: Source/modules/nfc/NavigatorNFC.idl |
| diff --git a/Source/modules/nfc/NavigatorNFC.idl b/Source/modules/nfc/NavigatorNFC.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c8276abadc18cfcf9496445270288bdc9114ac20 |
| --- /dev/null |
| +++ b/Source/modules/nfc/NavigatorNFC.idl |
| @@ -0,0 +1,11 @@ |
| +// Copyright 2015 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +// http://w3c.github.io/web-nfc/ |
| + |
| +[ |
| + RuntimeEnabled=Nfc, |
| +] partial interface Navigator { |
| + [CallWith=ExecutionContext] readonly attribute NFC nfc; |
| +}; |