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

Side by Side Diff: chrome/browser/chrome_content_renderer_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 "display_name": "Chrome Render Process", 2 "display_name": "Chrome Render Process",
3 "interface_provider_specs": { 3 "interface_provider_specs": {
4 "service_manager:connector": {
5 "provides": {
6 "browser": [
7 "mojom::ResourceUsageReporter"
8 ]
9 }
10 },
4 "navigation:frame": { 11 "navigation:frame": {
5 "provides": { 12 "provides": {
6 "browser": [ 13 "browser": [
7 "autofill::mojom::AutofillAgent", 14 "autofill::mojom::AutofillAgent",
8 "autofill::mojom::PasswordAutofillAgent", 15 "autofill::mojom::PasswordAutofillAgent",
9 "autofill::mojom::PasswordGenerationAgent", 16 "autofill::mojom::PasswordGenerationAgent",
10 "dom_distiller::mojom::DistillerPageNotifierService" 17 "dom_distiller::mojom::DistillerPageNotifierService"
11 ] 18 ]
12 } 19 }
13 } 20 }
14 } 21 }
15 } 22 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_plugin_manifest_overlay.json ('k') | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698