summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.cc
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-21 20:32:44 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-21 20:32:44 +0000
commit1f14a913d60da63f3e4eb73cf4dea134e1ec75d0 (patch)
tree8768b2a47ebe62a93056f9709acf11c61c28383a /net/socket/socket_test_util.cc
parentc1173dd1715877a08f641c4f94ff709de51ada58 (diff)
downloadchromium_src-1f14a913d60da63f3e4eb73cf4dea134e1ec75d0.zip
chromium_src-1f14a913d60da63f3e4eb73cf4dea134e1ec75d0.tar.gz
chromium_src-1f14a913d60da63f3e4eb73cf4dea134e1ec75d0.tar.bz2
SPDY: Enable SPDY via NPN.
Add a new flip option: "npn". --use-flip=npn to activate. Allows for negotiation of SPDY via SSL for https urls. Checks for the existence of existing SPDY sessions and reuses them where possible. Review URL: http://codereview.chromium.org/500088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/socket_test_util.cc')
-rw-r--r--net/socket/socket_test_util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/socket/socket_test_util.cc b/net/socket/socket_test_util.cc
index 4285530..283ae35 100644
--- a/net/socket/socket_test_util.cc
+++ b/net/socket/socket_test_util.cc
@@ -31,7 +31,6 @@ void MockClientSocket::GetSSLCertRequestInfo(
SSLClientSocket::NextProtoStatus
MockClientSocket::GetNextProto(std::string* proto) {
- NOTREACHED();
proto->clear();
return SSLClientSocket::kNextProtoUnsupported;
}