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

Side by Side Diff: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json

Issue 2427913003: Use mojo volume interfaces for mash and classic ash. (Closed)
Patch Set: Add connection error handler; fix browser tests. 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 // NOTE: This overlay is applied to content_browser_manifest.json on top of 1 // NOTE: This overlay is applied to content_browser_manifest.json on top of
2 // src/chrome/browser/chrome_content_browser_manifest_overlay.json. 2 // src/chrome/browser/chrome_content_browser_manifest_overlay.json.
3 // 3 //
4 // The resulting manifest is output to 4 // The resulting manifest is output to
5 // ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the 5 // ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the
6 // manifest for "service:content_browser" (i.e. the browser process) when Chrome 6 // manifest for "service:content_browser" (i.e. the browser process) when Chrome
7 // is run in a Mash environment. 7 // is run in a Mash environment.
8 { 8 {
9 "capabilities": { 9 "capabilities": {
10 "provided": { 10 "provided": {
11 "content_browser:ash": [ 11 "content_browser:ash": [
12 "ash::mojom::SystemTrayClient", 12 "ash::mojom::SystemTrayClient",
13 "ash::mojom::VolumeController",
13 "ash::mojom::WallpaperManager", 14 "ash::mojom::WallpaperManager",
14 "app_list::mojom::AppListPresenter", 15 "app_list::mojom::AppListPresenter",
15 "keyboard::mojom::Keyboard" 16 "keyboard::mojom::Keyboard"
16 ] 17 ]
17 }, 18 },
18 "required": { 19 "required": {
19 "service:ash": [ "ash" ], 20 "service:ash": [ "ash" ],
20 "service:accessibility_autoclick": [ "ash:autoclick" ], 21 "service:accessibility_autoclick": [ "ash:autoclick" ],
21 "service:mash_session": [ "app" ] 22 "service:mash_session": [ "app" ]
22 } 23 }
23 } 24 }
24 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698