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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 2261073002: Make HistoryBackend a client of memory coordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: singleton Created 4 years, 4 months 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
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 71d63db7e5a581aa836261d1342479cf35f6c7fd..46e213a75b7e44f99ab326348d37eaa8dde47c7d 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -448,7 +448,7 @@ class SessionStorageHolder : public base::SupportsUserData::Data {
void CreateMemoryCoordinatorHandle(
int render_process_id,
memory_coordinator::mojom::MemoryCoordinatorHandleRequest request) {
- BrowserMainLoop::GetInstance()->memory_coordinator()->CreateHandle(
+ memory_coordinator::MemoryCoordinator::GetInstance()->CreateHandle(
render_process_id, std::move(request));
}

Powered by Google App Engine
This is Rietveld 408576698