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

Unified Diff: net/sdch/sdch_owner.h

Issue 2679903002: Replace OnMemoryStateChange() with OnPurgeMemory() in net/ (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 | « net/http/http_network_session.cc ('k') | net/sdch/sdch_owner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/sdch/sdch_owner.h
diff --git a/net/sdch/sdch_owner.h b/net/sdch/sdch_owner.h
index bf208f63aac78f7d5afbf4d08cfaf4711a78f0ad..35260a717ba4c982cb60056419e5f4978e95fe57 100644
--- a/net/sdch/sdch_owner.h
+++ b/net/sdch/sdch_owner.h
@@ -161,7 +161,7 @@ class NET_EXPORT SdchOwner : public SdchObserver,
};
// base::MemoryCoordinatorClient implementation:
- void OnMemoryStateChange(base::MemoryState state) override;
+ void OnPurgeMemory() override;
void OnMemoryPressure(
xunjieli 2017/02/08 17:26:51 These three classes all subscribe to MemoryPressur
base::MemoryPressureListener::MemoryPressureLevel level);
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/sdch/sdch_owner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698