diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-12 01:39:55 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-12 01:39:55 +0000 |
commit | 2d67286973ae47301854b37eb1f142ac25d5e132 (patch) | |
tree | 468c5dfd91b57d6192cf87c34bc197ea415eca2c /net/url_request | |
parent | c942d18826443fe7ebdde476265ab0cf026d7527 (diff) | |
download | chromium_src-2d67286973ae47301854b37eb1f142ac25d5e132.zip chromium_src-2d67286973ae47301854b37eb1f142ac25d5e132.tar.gz chromium_src-2d67286973ae47301854b37eb1f142ac25d5e132.tar.bz2 |
Reland rest of r77399.
I had temporarily reverted it so I could break it up into 2 commits, so the first could be merged to 696. This is part 2.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6684019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request')
-rw-r--r-- | net/url_request/url_request.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h index c573099..2c58db1 100644 --- a/net/url_request/url_request.h +++ b/net/url_request/url_request.h @@ -409,12 +409,6 @@ class URLRequest : public base::NonThreadSafe { return response_info_.was_npn_negotiated; } - // Returns true if the URLRequest was delivered when the alternate protocol - // is available. - bool was_alternate_protocol_available() const { - return response_info_.was_alternate_protocol_available; - } - // Returns true if the URLRequest was delivered through a proxy. bool was_fetched_via_proxy() const { return response_info_.was_fetched_via_proxy; |