summaryrefslogtreecommitdiffstats
path: root/net/url_request
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request')
-rw-r--r--net/url_request/url_request.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
index 5e3ca80..081ca28 100644
--- a/net/url_request/url_request.h
+++ b/net/url_request/url_request.h
@@ -471,18 +471,6 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe) {
// Indicate if this response was fetched from disk cache.
bool was_cached() const { return response_info_.was_cached; }
- // True if response could use alternate protocol. However, browser will
- // ignore the alternate protocol if spdy is not enabled.
- bool was_fetched_via_spdy() const {
- return response_info_.was_fetched_via_spdy;
- }
-
- // Returns true if the URLRequest was delivered after NPN is negotiated,
- // using either SPDY or HTTP.
- bool was_npn_negotiated() const {
- return response_info_.was_npn_negotiated;
- }
-
// Returns true if the URLRequest was delivered through a proxy.
bool was_fetched_via_proxy() const {
return response_info_.was_fetched_via_proxy;