From f49ea7d24815992ec9484aaf7545e37753bbf727 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Fri, 11 Dec 2009 20:03:50 +0000 Subject: Rename GetNextProtocol -> GetNextProto Following up on wtc's comments. http://codereview.chromium.org/484005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34370 0039d316-1c4b-4281-b951-d872f2087c98 --- net/socket/ssl_client_socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/socket/ssl_client_socket.h') diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h index 4ad0320..71184bc 100644 --- a/net/socket/ssl_client_socket.h +++ b/net/socket/ssl_client_socket.h @@ -55,7 +55,7 @@ class SSLClientSocket : public ClientSocket { // kNextProtoNegotiated: *proto is set to the negotiated protocol. // kNextProtoNoOverlap: *proto is set to the first protocol in the // supported list. - virtual NextProtoStatus GetNextProtocol(std::string* proto) = 0; + virtual NextProtoStatus GetNextProto(std::string* proto) = 0; static NextProto NextProtoFromString(const std::string& proto_string) { if (proto_string == "http1.1") { -- cgit v1.1