From 7047bbb6d9acd6bf67cae14aebe202d3c8e542ce Mon Sep 17 00:00:00 2001 From: "juanlang@google.com" Date: Wed, 7 Aug 2013 17:32:04 +0000 Subject: 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 --- net/spdy/spdy_session.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/spdy/spdy_session.h') 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, -- cgit v1.1