commit | 2846404cd5699c74519c30a2764f56476559fb8c | [log] [tgz] |
---|---|---|
author | tfarina <[email protected]> | Sun Dec 25 14:31:37 2016 |
committer | Commit bot <[email protected]> | Sun Dec 25 14:34:29 2016 |
tree | 08e3d98ec47ad6e3b58c605bf265ec1da3ef522d | |
parent | ea7da6c62969dc46588f8e28b94bb4b979a91dfb [diff] [blame] |
net: rename WasNpnNegotiated() method to WasAlpnNegotiated() This fixes the bnc's TODOs. BUG=None TEST=net_unittests [email protected] [email protected],[email protected],[email protected],[email protected],[email protected] Review-Url: https://codereview.chromium.org/2599343002 Cr-Commit-Position: refs/heads/master@{#440683}
diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h index 3070daf..b997beb 100644 --- a/net/socket/ssl_client_socket_impl.h +++ b/net/socket/ssl_client_socket_impl.h
@@ -110,7 +110,7 @@ void SetSubresourceSpeculation() override; void SetOmniboxSpeculation() override; bool WasEverUsed() const override; - bool WasNpnNegotiated() const override; + bool WasAlpnNegotiated() const override; NextProto GetNegotiatedProtocol() const override; bool GetSSLInfo(SSLInfo* ssl_info) override; void GetConnectionAttempts(ConnectionAttempts* out) const override;