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

Unified Diff: content/browser/renderer_host/renderer_frame_manager.h

Issue 2675233003: Replace OnMemoryStateChange() with OnPurgeMemory() in RendererFrameManager (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | content/browser/renderer_host/renderer_frame_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/renderer_frame_manager.h
diff --git a/content/browser/renderer_host/renderer_frame_manager.h b/content/browser/renderer_host/renderer_frame_manager.h
index 061be97e3cff4cad1d98abdcbc381fcc6527ac5c..b8600d356efa7dcaaabd4144b27aa1750c53c181 100644
--- a/content/browser/renderer_host/renderer_frame_manager.h
+++ b/content/browser/renderer_host/renderer_frame_manager.h
@@ -58,7 +58,7 @@ class CONTENT_EXPORT RendererFrameManager :
~RendererFrameManager() override;
// base::MemoryCoordinatorClient implementation:
- void OnMemoryStateChange(base::MemoryState state) override;
+ void OnPurgeMemory() override;
void CullUnlockedFrames(size_t saved_frame_limit);
« no previous file with comments | « no previous file | content/browser/renderer_host/renderer_frame_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698