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

Unified Diff: content/browser/memory/memory_coordinator_impl_unittest.cc

Issue 2941123004: Remove MemoryCoordinator::CanSuspendRenderer() (Closed)
Patch Set: Remove include Created 3 years, 6 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/memory/memory_coordinator_impl_unittest.cc
diff --git a/content/browser/memory/memory_coordinator_impl_unittest.cc b/content/browser/memory/memory_coordinator_impl_unittest.cc
index d32996be023a2102b2a3d84b19348039754f2fd0..4d23740fdf6628eca7e30425b1de9785079dee82 100644
--- a/content/browser/memory/memory_coordinator_impl_unittest.cc
+++ b/content/browser/memory/memory_coordinator_impl_unittest.cc
@@ -101,10 +101,6 @@ class TestMemoryCoordinatorDelegate : public MemoryCoordinatorDelegate {
TestMemoryCoordinatorDelegate() {}
~TestMemoryCoordinatorDelegate() override {}
- bool CanSuspendBackgroundedRenderer(int render_process_id) override {
- return true;
- }
-
void DiscardTab() override { ++discard_tab_count_; }
int discard_tab_count() const { return discard_tab_count_; }

Powered by Google App Engine
This is Rietveld 408576698