Chromium Code Reviews| 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" ], |