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

Side by Side Diff: chrome/app/mojo/chrome_manifest.json

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: rebase 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/mojo/OWNERS ('k') | chrome/app/mojo/chrome_renderer_manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "manifest_version": 1,
3 "name": "exe:chrome",
4 "display_name": "Chrome",
5 "capabilities": {
6 "required": {
7 "*": { "classes": [ "app", "mash:launchable" ] },
8 "service:ash": {
9 "interfaces": [
10 "ash::mojom::ShelfController",
11 "ash::mojom::SystemTray",
12 "ash::mojom::WallpaperController"
13 ]
14 },
15 "service:accessibility_autoclick": {
16 "interfaces": [ "ash::autoclick::mojom::AutoclickController" ]
17 }
18 },
19 "provided": {
20 "mash:launchable": [
21 "mash::mojom::Launchable"
22 ],
23 "ash": [
24 "ash::mojom::SystemTrayClient"
25 ]
26 }
27 }
28 }
OLDNEW
« no previous file with comments | « chrome/app/mojo/OWNERS ('k') | chrome/app/mojo/chrome_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698