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

Unified Diff: mojo/services/location/interfaces/location_service.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 | « mojo/services/input/interfaces/input.mojom ('k') | mojo/services/sensors/interfaces/sensors.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/location/interfaces/location_service.mojom
diff --git a/mojo/services/location/interfaces/location_service.mojom b/mojo/services/location/interfaces/location_service.mojom
index ab7a6d8c6a606a3a44e3e610d83cf935372e94ad..da1a85f3f8aa35ce68036a70c9376697f9225602 100644
--- a/mojo/services/location/interfaces/location_service.mojom
+++ b/mojo/services/location/interfaces/location_service.mojom
@@ -13,6 +13,7 @@ import "location/interfaces/location.mojom";
// Google Play Services Location API. If we ever want to expand this to multiple
// platforms or if it starts growing in complexity, we should strongly consider
// use of Chromium's geolocation code.
+[ServiceName="mojo::LocationService"]
interface LocationService {
enum UpdatePriority {
// Use this setting to request location precision to within a city block.
« no previous file with comments | « mojo/services/input/interfaces/input.mojom ('k') | mojo/services/sensors/interfaces/sensors.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698