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

Unified Diff: mojo/services/sharing/interfaces/sharing.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
Index: mojo/services/sharing/interfaces/sharing.mojom
diff --git a/mojo/services/sharing/interfaces/sharing.mojom b/mojo/services/sharing/interfaces/sharing.mojom
index 494b5523e6694c67ce8ebd0c84b46f5fe97cbfbe..59dc510c635119abdda375ec525c541d494da02a 100644
--- a/mojo/services/sharing/interfaces/sharing.mojom
+++ b/mojo/services/sharing/interfaces/sharing.mojom
@@ -5,6 +5,7 @@
[DartPackage="mojo_services"]
module mojo;
+[ServiceName="mojo::SharingService"]
interface SharingService {
ShareText(string text);
};
« no previous file with comments | « mojo/services/sensors/interfaces/sensors.mojom ('k') | mojo/services/speech_recognizer/interfaces/speech_recognizer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698