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

Unified Diff: net/socket/client_socket_pool_manager.h

Issue 2678353003: Close idle H2 sockets when SpdySession is initialized. (Closed)
Patch Set: Self 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
Index: net/socket/client_socket_pool_manager.h
diff --git a/net/socket/client_socket_pool_manager.h b/net/socket/client_socket_pool_manager.h
index 9c0dae87c9c3de134ce58183dcd67fece4bd20bd..10b9619ebfa3a93bffa7f0ca5c49a3104bcd046d 100644
--- a/net/socket/client_socket_pool_manager.h
+++ b/net/socket/client_socket_pool_manager.h
@@ -78,6 +78,7 @@ class NET_EXPORT_PRIVATE ClientSocketPoolManager {
virtual void FlushSocketPoolsWithError(int error) = 0;
virtual void CloseIdleSockets() = 0;
+ virtual void CloseIdleSocketsInGroup(const std::string& group_name) = 0;
virtual TransportClientSocketPool* GetTransportSocketPool() = 0;
virtual SSLClientSocketPool* GetSSLSocketPool() = 0;
virtual SOCKSClientSocketPool* GetSocketPoolForSOCKSProxy(

Powered by Google App Engine
This is Rietveld 408576698