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

Unified Diff: services/ui/service.h

Issue 2589253002: Remove discardable_memory::DSMM::{Create,Get}Instance() (Closed)
Patch Set: Fix trybot 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 | « content/renderer/render_thread_impl_discardable_memory_browsertest.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 7ae9c760f88ef61892d46a2eb325f98a5b9b3884..a33ce82831ae78a649de2f496a63e6e778240f90 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -41,6 +41,10 @@
#include "ui/ozone/public/client_native_pixmap_factory.h"
#endif
+namespace discardable_memory {
+class DiscardableSharedMemoryManager;
+}
+
namespace display {
class ScreenManager;
}
@@ -191,6 +195,9 @@ class Service
IMERegistrarImpl ime_registrar_;
IMEServerImpl ime_server_;
+ std::unique_ptr<discardable_memory::DiscardableSharedMemoryManager>
+ discardable_shared_memory_manager_;
+
DISALLOW_COPY_AND_ASSIGN(Service);
};
« no previous file with comments | « content/renderer/render_thread_impl_discardable_memory_browsertest.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698