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

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

Issue 2938443002: [GRC] UKM Support (Closed)
Patch Set: Address reviewer feedback Created 3 years, 6 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 | « components/ukm/public/ukm_recorder.h ('k') | services/resource_coordinator/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 0326e8616e2d1a1a47742500b24d4a10cec5930c..aa398ecbc0113e7f7750ef021ca32a5d22554ccb 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -58,7 +58,7 @@
"requires": {
"*": [ "app" ],
// In classic ash, the browser supplies ash interfaces to itself.
- "content_browser": [ "ash", "display", "memory_instrumentation" ],
+ "content_browser": [ "ash", "display", "memory_instrumentation", "url_keyed_metrics" ],
"content_gpu": [ "browser" ],
"content_plugin": [ "browser" ],
"content_renderer": [ "browser" ],
@@ -83,9 +83,8 @@
"barcode_detection",
"face_detection",
"text_detection"
-
],
- "resource_coordinator": [ "coordination_unit" ],
+ "resource_coordinator": [ "coordination_unit", "service_callbacks" ],
"video_capture": [ "capture", "tests" ]
}
},
« no previous file with comments | « components/ukm/public/ukm_recorder.h ('k') | services/resource_coordinator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698