Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
Tom Sepez
2016/09/12 16:53:16
Can we update the OWNERS file to list the security
| |
| 2 "name": "exe:content_browser", | |
| 3 "capabilities": { | |
| 4 "provided": { | |
| 5 "web": [ | |
| 6 "autofill::mojom::AutofillDriver", | |
| 7 "autofill::mojom::PasswordManagerDriver", | |
| 8 "extensions::StashService", | |
| 9 "metrics::mojom::LeakDetector", | |
| 10 "startup_metric_utils::mojom::StartupMetricHost", | |
| 11 "translate::mojom::ContentTranslateDriver" | |
| 12 ] | |
| 13 } | |
| 14 } | |
| 15 } | |
| OLD | NEW |