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

Unified Diff: content/renderer/render_thread_impl.h

Issue 2624063002: Stop suspending renderer and changing purge interval to 20min (Closed)
Patch Set: Fixed unit_tests failure. Created 3 years, 11 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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 508a1dc00840c1e8468225cf72b31eef4b86e161..232e56e3775531dc6ecc66d95c3a1087ca516af5 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -504,12 +504,6 @@ class CONTENT_EXPORT RenderThreadImpl
bool IsMainThread();
- // Purges memory and suspends the renderer.
- void SuspendRenderer();
-
- // Resumes the renderer if it is suspended.
- void ResumeRenderer();
-
// base::MemoryCoordinatorClient implementation:
void OnMemoryStateChange(base::MemoryState state) override;

Powered by Google App Engine
This is Rietveld 408576698