diff options
author | juanlang@google.com <juanlang@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-07 17:32:04 +0000 |
---|---|---|
committer | juanlang@google.com <juanlang@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-07 17:32:04 +0000 |
commit | 7047bbb6d9acd6bf67cae14aebe202d3c8e542ce (patch) | |
tree | 2703ac05611bc5951ad5547328694d6581ca502b /net/spdy/spdy_stream.h | |
parent | 9ad935f7cd41740e4db1a708a1ab78b562801091 (diff) | |
download | chromium_src-7047bbb6d9acd6bf67cae14aebe202d3c8e542ce.zip chromium_src-7047bbb6d9acd6bf67cae14aebe202d3c8e542ce.tar.gz chromium_src-7047bbb6d9acd6bf67cae14aebe202d3c8e542ce.tar.bz2 |
Remove requested types from the server bound cert service: it only
supports a single type.
BUG=259097
Review URL: https://chromiumcodereview.appspot.com/20456002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_stream.h')
-rw-r--r-- | net/spdy/spdy_stream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h index 06209a1..4d18e3e 100644 --- a/net/spdy/spdy_stream.h +++ b/net/spdy/spdy_stream.h @@ -541,7 +541,6 @@ class NET_EXPORT_PRIVATE SpdyStream { // Data received before delegate is attached. ScopedVector<SpdyBuffer> pending_buffers_; - SSLClientCertType domain_bound_cert_type_; std::string domain_bound_private_key_; std::string domain_bound_cert_; ServerBoundCertService::RequestHandle domain_bound_cert_request_handle_; |