summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_stream_request.h')
-rw-r--r--net/http/http_stream_request.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/http/http_stream_request.h b/net/http/http_stream_request.h
index f20b5f3..62ba5d8 100644
--- a/net/http/http_stream_request.h
+++ b/net/http/http_stream_request.h
@@ -180,6 +180,12 @@ class HttpStreamRequest : public StreamRequest {
// Moves this stream request into SPDY mode.
void SwitchToSpdyMode();
+ // Should we force SPDY to run over SSL for this stream request.
+ bool ShouldForceSpdySSL();
+
+ // Should we force SPDY to run without SSL for this stream request.
+ bool ShouldForceSpdyWithoutSSL();
+
// Record histograms of latency until Connect() completes.
static void LogHttpConnectedMetrics(const ClientSocketHandle& handle);