| 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;
|
|
|
|
|