Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index a6254f0fb65cec6a465e3e1ebd2544f1d4809727..75c7d67a02b991fce220b5fd1520b730ec76f306 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -522,6 +522,9 @@ class CONTENT_EXPORT RenderThreadImpl |
void ReleaseFreeMemory(); |
+ void OnSyncMemoryPressure( |
+ base::MemoryPressureListener::MemoryPressureLevel memory_pressure_level); |
+ |
// These objects live solely on the render thread. |
std::unique_ptr<AppCacheDispatcher> appcache_dispatcher_; |
std::unique_ptr<DomStorageDispatcher> dom_storage_dispatcher_; |