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

Unified Diff: content/public/app/mojo/content_browser_manifest.json

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 | « content/browser/service_manager/common_browser_interfaces.cc ('k') | device/geolocation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index ab5e08d280dd1e9e14e4d982c4e50671d1685e17..124d48e8a450b771d16c73c25067e0728abcec86 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -46,6 +46,9 @@
"shape_detection::mojom::TextDetection",
"ui::mojom::Gpu"
],
+ "geolocation_config": [
+ "device::mojom::GeolocationConfig"
+ ],
"service_manager:service_factory": [
"service_manager::mojom::ServiceFactory"
],
@@ -57,7 +60,13 @@
"requires": {
"*": [ "app" ],
// In classic ash, the browser supplies ash interfaces to itself.
- "content_browser": [ "ash", "display", "memory_instrumentation", "url_keyed_metrics" ],
+ "content_browser": [
+ "ash",
+ "display",
+ "memory_instrumentation",
+ "url_keyed_metrics",
+ "geolocation_config"
+ ],
"content_gpu": [ "browser" ],
"content_plugin": [ "browser" ],
"content_renderer": [ "browser" ],
« no previous file with comments | « content/browser/service_manager/common_browser_interfaces.cc ('k') | device/geolocation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698