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

Unified Diff: services/sharing_sink/sharing_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/nfc_message_sink/nfc_message_sink.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sharing_sink/sharing_sink.mojom
diff --git a/services/sharing_sink/sharing_sink.mojom b/services/sharing_sink/sharing_sink.mojom
index 28b221abd72039f285df156d2502506e6e2b12d9..6128f112bc0ce65742d5a3912d16117ce23f95f3 100644
--- a/services/sharing_sink/sharing_sink.mojom
+++ b/services/sharing_sink/sharing_sink.mojom
@@ -8,6 +8,7 @@ module sharing_sink;
// Private interface for the shell. When the shell connects to the sharing
// service this interface will be returned which can be used to send shareable
// data to registered apps.
+[ServiceName="sharing_sink::SharingSink"]
interface SharingSink {
OnTextShared(string data);
};
« no previous file with comments | « services/nfc_message_sink/nfc_message_sink.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698