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

Unified Diff: base/memory/memory_coordinator_proxy.cc

Issue 2741883004: Remove MemoryCoordinatorProxy::SetCurrentMemoryStateForTesting (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « base/memory/memory_coordinator_proxy.h ('k') | chrome/browser/sessions/tab_loader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/memory_coordinator_proxy.cc
diff --git a/base/memory/memory_coordinator_proxy.cc b/base/memory/memory_coordinator_proxy.cc
index 4a2598860118ee3279b129ac9436b4182cd01008..f82e928a4b59353f595cf5e1dbc716df6f94dde1 100644
--- a/base/memory/memory_coordinator_proxy.cc
+++ b/base/memory/memory_coordinator_proxy.cc
@@ -36,10 +36,4 @@ MemoryState MemoryCoordinatorProxy::GetCurrentMemoryState() const {
return g_memory_coordinator->GetCurrentMemoryState();
}
-void MemoryCoordinatorProxy::SetCurrentMemoryStateForTesting(
- MemoryState memory_state) {
- DCHECK(g_memory_coordinator);
- g_memory_coordinator->SetCurrentMemoryStateForTesting(memory_state);
-}
-
} // namespace base
« no previous file with comments | « base/memory/memory_coordinator_proxy.h ('k') | chrome/browser/sessions/tab_loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698