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

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 2545523007: Revert of discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: 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 ed41b2f7089bd02e32d4ce883cc1b3fc33c49902..43bcd398bbf13a8ec71b3a97da6dd9bc44d05e97 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -34,10 +34,6 @@
namespace base {
class CommandLine;
class FilePath;
-}
-
-namespace discardable_memory {
-class ClientDiscardableSharedMemoryManager;
}
namespace IPC {
@@ -185,9 +181,6 @@
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