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

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

Issue 2420753002: ash: Use mojo LocaleNotificationController interface. (Closed)
Patch Set: Uniquify callbacks 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/locale_change_guard.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "service:content_browser", 2 "name": "service:content_browser",
3 "display_name": "Chrome", 3 "display_name": "Chrome",
4 "capabilities": { 4 "capabilities": {
5 "provided": { 5 "provided": {
6 "renderer": [ 6 "renderer": [
7 "autofill::mojom::AutofillDriver", 7 "autofill::mojom::AutofillDriver",
8 "autofill::mojom::PasswordManagerDriver", 8 "autofill::mojom::PasswordManagerDriver",
9 "extensions::StashService", 9 "extensions::StashService",
10 "metrics::mojom::LeakDetector", 10 "metrics::mojom::LeakDetector",
11 "rappor::mojom::RapporRecorder", 11 "rappor::mojom::RapporRecorder",
12 "startup_metric_utils::mojom::StartupMetricHost", 12 "startup_metric_utils::mojom::StartupMetricHost",
13 "translate::mojom::ContentTranslateDriver" 13 "translate::mojom::ContentTranslateDriver"
14 ], 14 ],
15 "gpu": [ 15 "gpu": [
16 "metrics::mojom::CallStackProfileCollector" 16 "metrics::mojom::CallStackProfileCollector"
17 ], 17 ],
18 "ash": [ 18 "ash": [
19 "ash::mojom::LocaleNotificationController",
19 "ash::mojom::ShelfController", 20 "ash::mojom::ShelfController",
20 "ash::mojom::SystemTray", 21 "ash::mojom::SystemTray",
21 "ash::mojom::SystemTrayClient" 22 "ash::mojom::SystemTrayClient"
22 ], 23 ],
23 "mash:launchable": [ 24 "mash:launchable": [
24 "mash::mojom::Launchable" 25 "mash::mojom::Launchable"
25 ] 26 ]
26 } 27 }
27 } 28 }
28 } 29 }
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/locale_change_guard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698