Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: net/socket/tcp_client_socket_libevent.h

Issue 9958028: Add a new GetNegotiatedProtocol method to StreamSocket and implement in all subclasses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/tcp_client_socket_libevent.h
diff --git a/net/socket/tcp_client_socket_libevent.h b/net/socket/tcp_client_socket_libevent.h
index a6aa24188f2261780a4859287de5c83e2eecf7a8..4017b431b298dcaa2447d677a123a5569f5ff301 100644
--- a/net/socket/tcp_client_socket_libevent.h
+++ b/net/socket/tcp_client_socket_libevent.h
@@ -68,6 +68,7 @@ class NET_EXPORT_PRIVATE TCPClientSocketLibevent : public StreamSocket,
const CompletionCallback& callback) OVERRIDE;
virtual bool SetReceiveBufferSize(int32 size) OVERRIDE;
virtual bool SetSendBufferSize(int32 size) OVERRIDE;
+ virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
wtc 2012/03/30 21:19:14 Move this up to the StreamSocket implementation se
Ryan Hamilton 2012/03/30 21:53:17 Whoops, done.
private:
// State machine for connecting the socket.

Powered by Google App Engine
This is Rietveld 408576698