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

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

Issue 2376403003: Convert RapporRecorder to use mojo. (Closed)
Patch Set: Convert RapporRecorder to use mojo. Created 4 years, 2 months 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
OLDNEW
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698