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

Unified Diff: services/ui/manifest.json

Issue 2548423002: Hosting the discardable memory service in the mus process (Closed)
Patch Set: Rebase 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
« no previous file with comments | « services/ui/DEPS ('k') | services/ui/service.h » ('j') | 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 2a01b7183bda7976c2faf0e2b27aacdc9860b0df..888d91c24f83aaa6bc795c0fbe0fe5d7dfe01f99 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 window_manager as well.
"app": [
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
"ui::mojom::Clipboard",
"ui::mojom::DisplayCompositor",
"ui::mojom::DisplayManager",
@@ -24,6 +25,9 @@
"test": [
"ui::mojom::WindowServerTest"
],
+ "discardable_memory": [
+ "discardable_memory::mojom::DiscardableSharedMemoryManager"
+ ],
"gpu_client": [
"ui::mojom::Gpu"
],
@@ -34,6 +38,7 @@
"ui::mojom::UserAccessManager"
],
"window_manager": [
+ "discardable_memory::mojom::DiscardableSharedMemoryManager",
"display::mojom::DisplayController",
"display::mojom::TestDisplayController",
"ui::mojom::AccessibilityManager",
« no previous file with comments | « services/ui/DEPS ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698