| OLD | NEW |
| 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 "chrome::mojom::ResourceUsageReporter" | 7 "chrome::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 "chrome::mojom::InsecureContentRenderer", | 17 "chrome::mojom::InsecureContentRenderer", |
| 18 "chrome::mojom::ThumbnailCapturer", |
| 18 "contextual_search::mojom::OverlayPageNotifierService", | 19 "contextual_search::mojom::OverlayPageNotifierService", |
| 19 "dom_distiller::mojom::DistillerPageNotifierService" | 20 "dom_distiller::mojom::DistillerPageNotifierService" |
| 20 ] | 21 ] |
| 21 } | 22 } |
| 22 } | 23 } |
| 23 } | 24 } |
| 24 } | 25 } |
| OLD | NEW |