| 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" ],
|
|
|