Commit 19cda419 authored by Kenichi Ishibashi's avatar Kenichi Ishibashi Committed by Commit Bot

Remove more MemoryCoordinator leftovers

Bug: N/A
Change-Id: I9b9b79631024c338c139600fb3b35d9fce6ed43c
Reviewed-on: https://chromium-review.googlesource.com/c/1491745
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Commit-Queue: Kentaro Hara <haraken@chromium.org>
Auto-Submit: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636323}
parent 98f8d9bd
...@@ -50,13 +50,9 @@ class TabManager::WebContentsData ...@@ -50,13 +50,9 @@ class TabManager::WebContentsData
content::WebContents* new_contents); content::WebContents* new_contents);
// Sets the current purge state. // Sets the current purge state.
// TODO(tasak): remove this after the logic is moved into
// MemoryCoordinator.
void set_is_purged(bool state) { is_purged_ = state; } void set_is_purged(bool state) { is_purged_ = state; }
// Returns the current state of purge. // Returns the current state of purge.
// TODO(tasak): remove this after the logic is moved into
// MemoryCoordinator.
bool is_purged() const { return is_purged_; } bool is_purged() const { return is_purged_; }
// Sets the time to purge after the tab is backgrounded. // Sets the time to purge after the tab is backgrounded.
......
...@@ -221,7 +221,6 @@ ...@@ -221,7 +221,6 @@
-PrerenderBrowserTest.* -PrerenderBrowserTest.*
-SitePerProcess/TaskManagerOOPIFBrowserTest.* -SitePerProcess/TaskManagerOOPIFBrowserTest.*
-TaskManagerBrowserTest.* -TaskManagerBrowserTest.*
-TaskManagerMemoryCoordinatorBrowserTest.*
-TaskManagerUtilityProcessBrowserTest.* -TaskManagerUtilityProcessBrowserTest.*
# ash::Shell access in test. # ash::Shell access in test.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment