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

Unified Diff: net/http/http_network_layer.h

Issue 348066: Flip: FlipSessionPool changes. (Closed)
Patch Set: Windows build fix. Created 11 years, 1 month 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/http/http_network_layer.h
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h
index 84f966d5bc61c5795874b7ac882c964b517762ae..e40be8cba58458af86924f4c9ce53d53b6b3bdc2 100644
--- a/net/http/http_network_layer.h
+++ b/net/http/http_network_layer.h
@@ -14,6 +14,7 @@
namespace net {
class ClientSocketFactory;
+class FlipSessionPool;
class HostResolver;
class HttpNetworkSession;
class ProxyInfo;
@@ -73,6 +74,8 @@ class HttpNetworkLayer : public HttpTransactionFactory {
scoped_refptr<SSLConfigService> ssl_config_service_;
scoped_refptr<HttpNetworkSession> session_;
+ scoped_refptr<FlipSessionPool> flip_session_pool_;
+
bool suspended_;
static bool enable_flip_;
};

Powered by Google App Engine
This is Rietveld 408576698