Chromium Code Reviews| 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 "mojom::RapporRecorder", | |
|
sky
2016/10/06 17:28:44
I don't think we want a top-level namespace named
nigeltao1
2016/10/07 03:30:51
I was cargo-culting the other .mojom files under c
sky
2016/10/07 16:17:38
I discussed the namespace issue with Ken the other
nigeltao1
2016/10/29 04:31:09
OK, I sent out https://codereview.chromium.org/246
| |
| 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 |