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

Unified Diff: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json

Issue 2391253004: Use mojo Shelf interfaces for both mash and classic ash. (Closed)
Patch Set: Fix and workaround test issues. 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
Index: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
diff --git a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
index 76ab786e5b1a48b4576d7bb0216cd4da2029896b..5003a9be4155e80fe1b197e2ccf53158fa82d2e6 100644
--- a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
+++ b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
@@ -8,13 +8,7 @@
{
"capabilities": {
"required": {
- "service:ash": {
- "interfaces": [
- "ash::mojom::ShelfController",
- "ash::mojom::SystemTray",
- "ash::mojom::WallpaperController"
- ]
- },
+ "service:ash": { "classes": [ "ash" ] },
"service:accessibility_autoclick": {
"interfaces": [ "ash::autoclick::mojom::AutoclickController" ]
},

Powered by Google App Engine
This is Rietveld 408576698