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

Unified Diff: ash/mus/manifest.json

Issue 2127383003: mus: Introduce high-contrast mode in mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index d2bfcf6f50d31dda17be7dfb5ca60d5b4a88ce41..8e59700881d62494a6fa5fca5f5f0f556c165470 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -7,7 +7,7 @@
"mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ]
},
"required": {
- "*": { "classes": [ "app" ] },
+ "*": { "classes": [ "accessibility", "app" ] },
msw 2016/07/12 18:30:09 Wouldn't it make more sense to list ui::mojom::Acc
sadrul 2016/07/13 01:01:22 I expect we will add additional interfaces for acc
"mojo:ui": { "interfaces": [ "ui::mojom::WindowManagerWindowTreeFactory" ] }
}
}

Powered by Google App Engine
This is Rietveld 408576698