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

Unified Diff: net/ssl/ssl_client_session_cache.h

Issue 2648323005: memory coordinator: Add MemoryCoordinatorClient::OnPurgeMemory() (Closed)
Patch Set: Created 3 years, 11 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
Index: net/ssl/ssl_client_session_cache.h
diff --git a/net/ssl/ssl_client_session_cache.h b/net/ssl/ssl_client_session_cache.h
index 0cfefc31e75ad63756d04e25ba1a1fde53631571..009c980bc573a8415b7e4836d3b72b36f9cf59b6 100644
--- a/net/ssl/ssl_client_session_cache.h
+++ b/net/ssl/ssl_client_session_cache.h
@@ -80,7 +80,7 @@ class NET_EXPORT SSLClientSessionCache : public base::MemoryCoordinatorClient {
};
// base::MemoryCoordinatorClient implementation:
- void OnMemoryStateChange(base::MemoryState state) override;
+ void OnPurgeMemory() override;
// Returns true if |entry| is expired as of |now|.
bool IsExpired(SSL_SESSION* session, time_t now);

Powered by Google App Engine
This is Rietveld 408576698