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

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

Issue 2975683002: Add GeolocationManager service (Closed)
Patch Set: Fix Windows dll-interface problem 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
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 820f611633488d20035a60d32daa29428144550e..06a3d1aff8c69e9e0d9588cc5cdc641328e4f4f1 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_manager": [
Ken Rockot(use gerrit already) 2017/07/10 19:38:55 geolocation_config?
asimjour1 2017/07/10 20:45:50 Done.
+ "device::mojom::GeolocationManager"
+ ],
"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_manager"
+ ],
"content_gpu": [ "browser" ],
"content_plugin": [ "browser" ],
"content_renderer": [ "browser" ],

Powered by Google App Engine
This is Rietveld 408576698