| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "exe:content_browser", | 2 "name": "exe:content_browser", |
| 3 "capabilities": { | 3 "capabilities": { |
| 4 "provided": { | 4 "provided": { |
| 5 "renderer": [ | 5 "renderer": [ |
| 6 "autofill::mojom::AutofillDriver", | 6 "autofill::mojom::AutofillDriver", |
| 7 "autofill::mojom::PasswordManagerDriver", | 7 "autofill::mojom::PasswordManagerDriver", |
| 8 "extensions::StashService", | 8 "extensions::StashService", |
| 9 "metrics::mojom::LeakDetector", | 9 "metrics::mojom::LeakDetector", |
| 10 "rappor::mojom::RapporRecorder", |
| 10 "startup_metric_utils::mojom::StartupMetricHost", | 11 "startup_metric_utils::mojom::StartupMetricHost", |
| 11 "translate::mojom::ContentTranslateDriver" | 12 "translate::mojom::ContentTranslateDriver" |
| 12 ], | 13 ], |
| 13 "gpu": [ | 14 "gpu": [ |
| 14 "metrics::mojom::CallStackProfileCollector" | 15 "metrics::mojom::CallStackProfileCollector" |
| 15 ], | 16 ], |
| 16 "ash": [ | 17 "ash": [ |
| 17 "ash::mojom::SystemTray", | 18 "ash::mojom::SystemTray", |
| 18 "ash::mojom::SystemTrayClient" | 19 "ash::mojom::SystemTrayClient" |
| 19 ] | 20 ] |
| 20 } | 21 } |
| 21 } | 22 } |
| 22 } | 23 } |
| OLD | NEW |