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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mojo/chrome_manifest.json
diff --git a/chrome/app/mojo/chrome_manifest.json b/chrome/app/mojo/chrome_manifest.json
deleted file mode 100644
index 0da28962ba4d47d8fc9e549e07a575a53abc2e80..0000000000000000000000000000000000000000
--- a/chrome/app/mojo/chrome_manifest.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "manifest_version": 1,
- "name": "exe:chrome",
- "display_name": "Chrome",
- "capabilities": {
- "required": {
- "*": { "classes": [ "app", "mash:launchable" ] },
- "service:ash": {
- "interfaces": [
- "ash::mojom::ShelfController",
- "ash::mojom::SystemTray",
- "ash::mojom::WallpaperController"
- ]
- },
- "service:accessibility_autoclick": {
- "interfaces": [ "ash::autoclick::mojom::AutoclickController" ]
- }
- },
- "provided": {
- "mash:launchable": [
- "mash::mojom::Launchable"
- ],
- "ash": [
- "ash::mojom::SystemTrayClient"
- ]
- }
- }
-}
« 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