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

Unified Diff: net/socket/client_socket_pool_manager.h

Issue 7240021: net: Add NET_API for some linux-only files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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
===================================================================
--- net/socket/client_socket_pool_manager.h (revision 89554)
+++ net/socket/client_socket_pool_manager.h (working copy)
@@ -83,7 +83,7 @@
SSLConfigService* ssl_config_service);
virtual ~ClientSocketPoolManager();
- void FlushSocketPools();
+ NET_TEST void FlushSocketPools();
Evan Martin 2011/06/24 02:32:55 This is a bit weird. How can you even call this m
wtc 2011/06/24 16:36:26 I guess the constructor is called by some other NE
rvargas (doing something else) 2011/06/24 22:37:20 Good point. The problem was that HttpNetworkSessio
void CloseIdleSockets();
TransportClientSocketPool* transport_socket_pool() {

Powered by Google App Engine
This is Rietveld 408576698