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

Side by Side Diff: chrome/app/mojo/chrome_manifest.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
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('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 "manifest_version": 1, 2 "manifest_version": 1,
3 "name": "exe:chrome", 3 "name": "exe:chrome",
4 "display_name": "Chrome", 4 "display_name": "Chrome",
5 "capabilities": { 5 "capabilities": {
6 "required": { 6 "required": {
7 "*": { "classes": [ "app", "mash:launchable" ] }, 7 "*": { "classes": [ "app", "mash:launchable" ] },
8 "mojo:ash": { 8 "service:ash": {
9 "interfaces": [ 9 "interfaces": [
10 "ash::mojom::ShelfController", 10 "ash::mojom::ShelfController",
11 "ash::mojom::SystemTray", 11 "ash::mojom::SystemTray",
12 "ash::mojom::WallpaperController" 12 "ash::mojom::WallpaperController"
13 ] 13 ]
14 }, 14 },
15 "mojo:accessibility_autoclick": { 15 "service:accessibility_autoclick": {
16 "interfaces": [ "ash::autoclick::mojom::AutoclickController" ] 16 "interfaces": [ "ash::autoclick::mojom::AutoclickController" ]
17 } 17 }
18 }, 18 },
19 "provided": { 19 "provided": {
20 "mash:launchable": [ 20 "mash:launchable": [
21 "mash::mojom::Launchable" 21 "mash::mojom::Launchable"
22 ], 22 ],
23 "ash": [ 23 "ash": [
24 "ash::mojom::SystemTrayClient" 24 "ash::mojom::SystemTrayClient"
25 ] 25 ]
26 } 26 }
27 } 27 }
28 } 28 }
OLDNEW
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698