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

Unified Diff: mojo/services/input/interfaces/input.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/input/interfaces/input.mojom
diff --git a/mojo/services/input/interfaces/input.mojom b/mojo/services/input/interfaces/input.mojom
index d61ad9d27aab5d5b8568961843c1c0270c7a047e..23458aa22d0dabc07e6a0970576d96c536bdbf83 100644
--- a/mojo/services/input/interfaces/input.mojom
+++ b/mojo/services/input/interfaces/input.mojom
@@ -9,6 +9,7 @@ interface InputClient {
OnBackButton() => ();
};
+[ServiceName="input::InputService"]
interface InputService {
SetClient(InputClient client);
};
« no previous file with comments | « mojo/services/camera/interfaces/camera.mojom ('k') | mojo/services/location/interfaces/location_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698