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

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

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . 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": "service: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 "startup_metric_utils::mojom::StartupMetricHost", 10 "startup_metric_utils::mojom::StartupMetricHost",
11 "translate::mojom::ContentTranslateDriver" 11 "translate::mojom::ContentTranslateDriver"
12 ], 12 ],
13 "gpu": [ 13 "gpu": [
14 "metrics::mojom::CallStackProfileCollector" 14 "metrics::mojom::CallStackProfileCollector"
15 ], 15 ],
16 "ash": [ 16 "ash": [
17 "ash::mojom::SystemTray", 17 "ash::mojom::SystemTray",
18 "ash::mojom::SystemTrayClient" 18 "ash::mojom::SystemTrayClient"
19 ] 19 ]
20 } 20 }
21 } 21 }
22 } 22 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chrome_content_gpu_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698