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

Unified Diff: services/ui/manifest.json

Issue 2652973003: Move TestDisplayController into own capability class. (Closed)
Patch Set: Created 3 years, 11 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/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index 882c74054d87cce45af0cd22127e9116f590a39b..2a7e7eaefeb7f3ef0b4bdeb0730a33298bdd3519 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -28,6 +28,9 @@
"discardable_memory": [
"discardable_memory::mojom::DiscardableSharedMemoryManager"
],
+ "display_test": [
+ "display::mojom::TestDisplayController"
+ ],
"gpu_client": [
"ui::mojom::Gpu"
],
@@ -40,7 +43,6 @@
"window_manager": [
"discardable_memory::mojom::DiscardableSharedMemoryManager",
"display::mojom::DisplayController",
- "display::mojom::TestDisplayController",
"ui::mojom::AccessibilityManager",
"ui::mojom::Clipboard",
"ui::mojom::DisplayCompositor",
« no previous file with comments | « ash/mus/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698