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

Unified Diff: net/http/http_network_session.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 | « no previous file | net/http/http_network_session.cc » ('j') | net/sdch/sdch_owner.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 6f4e5095bc33b909f65d39177cda7b27ec3fd9ea..b0ed8c0c0df4bfef5a84edfca883c64bcb7d581d 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -319,7 +319,7 @@ class NET_EXPORT HttpNetworkSession
base::MemoryPressureListener::MemoryPressureLevel memory_pressure_level);
// base::MemoryCoordinatorClient implementation:
- void OnMemoryStateChange(base::MemoryState state) override;
+ void OnPurgeMemory() override;
NetLog* const net_log_;
HttpServerProperties* const http_server_properties_;
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | net/sdch/sdch_owner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698