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

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
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index d2bfcf6f50d31dda17be7dfb5ca60d5b4a88ce41..d7080ef32414d2dd3163fbdffc77a320e6869472 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -7,8 +7,13 @@
"mus:window_manager" : [ "ui::mojom::AcceleratorRegistrar" ]
},
"required": {
- "*": { "classes": [ "app" ] },
- "mojo:ui": { "interfaces": [ "ui::mojom::WindowManagerWindowTreeFactory" ] }
+ "*": { "classes": [ "accessibility", "app" ] },
+ "mojo:ui": {
+ "interfaces": [
+ "ui::mojom::AccessibilityManager",
+ "ui::mojom::WindowManagerWindowTreeFactory"
+ ]
+ }
}
}
}
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698