summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_transaction.h')
-rw-r--r--net/http/http_network_transaction.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index 9a4036e..2269c28 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -311,9 +311,8 @@ class HttpNetworkTransaction : public HttpTransaction {
// the real request/response of the transaction.
bool establishing_tunnel_;
- // True if SPDY has been negotiated using the TLS next protocol negotiation
- // (NPN) extension.
- bool use_spdy_;
+ // True if this network transaction is using SPDY instead of HTTP.
+ bool using_spdy_;
// True if we've used the username/password embedded in the URL. This
// makes sure we use the embedded identity only once for the transaction,