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_session.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_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index c6a22e6..819db11 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -35,7 +35,6 @@ #include "net/spdy/spdy_session_pool.h" #include "net/spdy/spdy_stream.h" #include "net/spdy/spdy_write_queue.h" -#include "net/ssl/ssl_client_cert_type.h" #include "net/ssl/ssl_config_service.h" #include "url/gurl.h" @@ -299,7 +298,6 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface, // |credential_frame| and returns OK. Returns the error (guaranteed // to not be ERR_IO_PENDING) otherwise. int CreateCredentialFrame(const std::string& origin, - SSLClientCertType type, const std::string& key, const std::string& cert, RequestPriority priority, |