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

Unified Diff: services/ui/manifest.json

Issue 2548423002: Hosting the discardable memory service in the mus process (Closed)
Patch Set: WIP Created 4 years 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: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index dd579d3dcf951f4facc36140b61ff6836e63405b..dc8bb9cc664121d3880e92a0911e0e39e3d6a7c9 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -9,6 +9,7 @@
// NOTE: when adding a new interface chances are you will want to add it
// to ui:window_manager as well.
"app": [
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
"ui::mojom::Clipboard",
"ui::mojom::DisplayCompositor",
"ui::mojom::DisplayManager",
@@ -36,6 +37,7 @@
"ui::mojom::UserAccessManager"
],
"ui:window_manager": [
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
"display::mojom::DisplayController",
"display::mojom::TestDisplayController",
"ui::mojom::AccessibilityManager",
@@ -50,6 +52,9 @@
],
"ui:window_tree_host_factory": [
"ui::mojom::WindowTreeHostFactory"
+ ],
+ "ui:discardable_memory": [
sadrul 2016/12/07 17:56:40 Move this up to be sorted
Peng 2016/12/07 19:02:05 Done.
+ "discardable_memory::mojom::DiscardableSharedMemoryManager"
]
},
"requires": {

Powered by Google App Engine
This is Rietveld 408576698