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

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Fix bot issues 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/ppapi_plugin/DEPS ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/ppapi_thread.h
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
index 43bcd398bbf13a8ec71b3a97da6dd9bc44d05e97..ed41b2f7089bd02e32d4ce883cc1b3fc33c49902 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -36,6 +36,10 @@ class CommandLine;
class FilePath;
}
+namespace discardable_memory {
+class ClientDiscardableSharedMemoryManager;
+}
+
namespace IPC {
struct ChannelHandle;
}
@@ -181,6 +185,9 @@ class PpapiThread : public ChildThreadImpl,
variations::ChildProcessFieldTrialSyncer field_trial_syncer_;
+ std::unique_ptr<discardable_memory::ClientDiscardableSharedMemoryManager>
+ discardable_shared_memory_manager_;
+
DISALLOW_IMPLICIT_CONSTRUCTORS(PpapiThread);
};
« no previous file with comments | « content/ppapi_plugin/DEPS ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698