summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-11 20:03:50 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-11 20:03:50 +0000
commitf49ea7d24815992ec9484aaf7545e37753bbf727 (patch)
tree2aea8a236339b739f35b8fd2d0417911e6603ffd /net/socket/ssl_client_socket.h
parentabdf22d3583a3c1299e60adf47542d7244ff0af4 (diff)
downloadchromium_src-f49ea7d24815992ec9484aaf7545e37753bbf727.zip
chromium_src-f49ea7d24815992ec9484aaf7545e37753bbf727.tar.gz
chromium_src-f49ea7d24815992ec9484aaf7545e37753bbf727.tar.bz2
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
Diffstat (limited to 'net/socket/ssl_client_socket.h')
-rw-r--r--net/socket/ssl_client_socket.h2
1 files changed, 1 insertions, 1 deletions
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") {