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

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

Issue 2485983002: [TTS] Fix Translation by whitelisting CS mojo services. (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
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": { 4 "service_manager:connector": {
5 "provides": { 5 "provides": {
6 "browser": [ 6 "browser": [
7 "mojom::ResourceUsageReporter" 7 "mojom::ResourceUsageReporter"
8 ] 8 ]
9 } 9 }
10 }, 10 },
11 "navigation:frame": { 11 "navigation:frame": {
12 "provides": { 12 "provides": {
13 "browser": [ 13 "browser": [
14 "autofill::mojom::AutofillAgent", 14 "autofill::mojom::AutofillAgent",
15 "autofill::mojom::PasswordAutofillAgent", 15 "autofill::mojom::PasswordAutofillAgent",
16 "autofill::mojom::PasswordGenerationAgent", 16 "autofill::mojom::PasswordGenerationAgent",
17 "contextual_search::mojom::OverlayPageNotifierService",
17 "dom_distiller::mojom::DistillerPageNotifierService" 18 "dom_distiller::mojom::DistillerPageNotifierService"
18 ] 19 ]
19 } 20 }
20 } 21 }
21 } 22 }
22 } 23 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698