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

Unified Diff: content/renderer/render_thread_impl.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/renderer/DEPS ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 0d9d4281632b7d0a4d84719f0abbf32d57135391..ea344d4d16d53c0aa8f1eedb75c49adf333fedcd 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -76,10 +76,6 @@
class TaskGraphRunner;
}
-namespace discardable_memory {
-class ClientDiscardableSharedMemoryManager;
-}
-
namespace gpu {
class GpuChannelHost;
}
@@ -271,11 +267,6 @@
layout_test_deps_ = std::move(deps);
}
- discardable_memory::ClientDiscardableSharedMemoryManager*
- GetDiscardableSharedMemoryManagerForTest() {
- return discardable_shared_memory_manager_.get();
- }
-
RendererBlinkPlatformImpl* blink_platform_impl() const {
DCHECK(blink_platform_impl_);
return blink_platform_impl_.get();
@@ -563,9 +554,6 @@
void OnRendererInterfaceRequest(mojom::RendererAssociatedRequest request);
- std::unique_ptr<discardable_memory::ClientDiscardableSharedMemoryManager>
- discardable_shared_memory_manager_;
-
// These objects live solely on the render thread.
std::unique_ptr<AppCacheDispatcher> appcache_dispatcher_;
std::unique_ptr<DomStorageDispatcher> dom_storage_dispatcher_;
« no previous file with comments | « content/renderer/DEPS ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698