Commit 28e11150 authored by chiniforooshan's avatar chiniforooshan Committed by Commit bot

Let the utility process access memory-infra

BUG=712753

Review-Url: https://codereview.chromium.org/2827813002
Cr-Commit-Position: refs/heads/master@{#465656}
parent 942ea5df
...@@ -45,6 +45,9 @@ ...@@ -45,6 +45,9 @@
], ],
"service_manager:service_factory": [ "service_manager:service_factory": [
"service_manager::mojom::ServiceFactory" "service_manager::mojom::ServiceFactory"
],
"utility": [
"memory_instrumentation::mojom::Coordinator"
] ]
}, },
"requires": { "requires": {
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
] ]
}, },
"requires": { "requires": {
"content_browser": [ "utility" ],
"device": [ "device": [
"device:power_monitor", "device:power_monitor",
"device:time_zone_monitor" "device:time_zone_monitor"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment