| Index: services/nfc_message_sink/nfc_message_sink.mojom
|
| diff --git a/services/nfc_message_sink/nfc_message_sink.mojom b/services/nfc_message_sink/nfc_message_sink.mojom
|
| index d7adb85248ad0fe6ec85e68e1f77a529b5e8f4af..e0c05982d5b6d1dec0edbd1092fc67f9eb9bd7c9 100644
|
| --- a/services/nfc_message_sink/nfc_message_sink.mojom
|
| +++ b/services/nfc_message_sink/nfc_message_sink.mojom
|
| @@ -8,6 +8,7 @@ module nfc_message_sink;
|
| // Private interface for the shell. When the shell connects to |Nfc| this
|
| // interface will be returned which can be used to send NFC data to registered
|
| // apps.
|
| +[ServiceName="nfc_message_sink::NfcMessageSink"]
|
| interface NfcMessageSink {
|
| OnNfcMessage(array<uint8> data);
|
| };
|
|
|