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

Side by Side Diff: chrome/browser/chrome_content_gpu_manifest_overlay.json

Issue 2464693004: Fix mojom::ResourceUsageReporter exposure via content child capabilities (Closed)
Patch Set: . Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "service:content_gpu", 2 "name": "service:content_gpu",
3 "interface_provider_specs": { 3 "interface_provider_specs": {
4 "service_manager:connector": { 4 "service_manager:connector": {
5 "provides": { 5 "provides": {
6 "browser": [ 6 "browser": [
7 "arc::mojom::VideoAcceleratorService", 7 "arc::mojom::VideoAcceleratorService",
8 "arc::mojom::VideoAcceleratorServiceClient" 8 "arc::mojom::VideoAcceleratorServiceClient",
9 "mojom::ResourceUsageReporter"
9 ] 10 ]
10 } 11 }
11 } 12 }
12 } 13 }
13 } 14 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_content_plugin_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698