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

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

Issue 2471643002: mash: remove the LockStateControllerDelegate. (Closed)
Patch Set: sky comments Created 4 years, 1 month 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 "interface_provider_specs": { 9 "interface_provider_specs": {
10 "service_manager:connector": { 10 "service_manager:connector": {
11 "provides": { 11 "provides": {
12 "content_browser:ash": [ 12 "content_browser:ash": [
13 "ash::mojom::NewWindowClient", 13 "ash::mojom::NewWindowClient",
14 "ash::mojom::ShutdownClient",
14 "ash::mojom::SystemTrayClient", 15 "ash::mojom::SystemTrayClient",
15 "ash::mojom::VolumeController", 16 "ash::mojom::VolumeController",
16 "ash::mojom::WallpaperManager", 17 "ash::mojom::WallpaperManager",
17 "app_list::mojom::AppListPresenter", 18 "app_list::mojom::AppListPresenter",
18 "keyboard::mojom::Keyboard" 19 "keyboard::mojom::Keyboard"
19 ] 20 ]
20 }, 21 },
21 "requires": { 22 "requires": {
22 "service:ash": [ "ash" ], 23 "service:ash": [ "ash" ],
23 "service:accessibility_autoclick": [ "ash:autoclick" ], 24 "service:accessibility_autoclick": [ "ash:autoclick" ],
24 "service:mash_session": [ "app" ], 25 "service:mash_session": [ "app" ],
25 "service:task_viewer": [ "mash:launchable" ] 26 "service:task_viewer": [ "mash:launchable" ]
26 } 27 }
27 } 28 }
28 } 29 }
29 } 30 }
OLDNEW
« no previous file with comments | « ash/wm/shutdown_client_proxy.cc ('k') | chrome/browser/chrome_content_browser_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698