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

Unified Diff: device/geolocation/public/interfaces/geolocation_config.mojom

Issue 2975683002: Add GeolocationManager service (Closed)
Patch Set: typo Created 3 years, 5 months 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 | « device/geolocation/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/public/interfaces/geolocation_config.mojom
diff --git a/device/geolocation/public/interfaces/geolocation_config.mojom b/device/geolocation/public/interfaces/geolocation_config.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..0bf5dd75e2dafbbcbc04a05cbbe016ad5cb2027e
--- /dev/null
+++ b/device/geolocation/public/interfaces/geolocation_config.mojom
@@ -0,0 +1,13 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+module device.mojom;
+
+// Provides an interface for browser process to access geolocation capturing
+// config.
+interface GeolocationConfig {
+ // Returns true if the location is being captured and high_accuracy is
+ // enabled.
+ IsHighAccuracyLocationBeingCaptured() => (bool high_accuracy);
+};
« no previous file with comments | « device/geolocation/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698