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

Unified Diff: services/nfc_message_sink/nfc_message_sink.mojom

Issue 1457383005: Require an explicit ServiceName annotation for interfaces in Java (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 1 month 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 | « services/intent_receiver/intent_receiver.mojom ('k') | services/sharing_sink/sharing_sink.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « services/intent_receiver/intent_receiver.mojom ('k') | services/sharing_sink/sharing_sink.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698