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

Unified Diff: jingle/glue/pseudotcp_adapter.h

Issue 10690122: Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Expand comment on unit test. Created 8 years, 5 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: jingle/glue/pseudotcp_adapter.h
diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h
index c0114a89ee0b5ea914138acd1d4dc01e02313334..a40d2e1fc393cfa8fc408845daa6210c1cb93634 100644
--- a/jingle/glue/pseudotcp_adapter.h
+++ b/jingle/glue/pseudotcp_adapter.h
@@ -51,7 +51,9 @@ class PseudoTcpAdapter : public net::StreamSocket, base::NonThreadSafe {
virtual bool UsingTCPFastOpen() const OVERRIDE;
virtual int64 NumBytesRead() const OVERRIDE;
virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
+ virtual bool WasNpnNegotiated() const OVERRIDE;
virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
+ virtual bool GetSSLInfo(net::SSLInfo* ssl_info) const OVERRIDE;
// Set the delay for sending ACK.
void SetAckDelay(int delay_ms);
« no previous file with comments | « no previous file | jingle/glue/pseudotcp_adapter.cc » ('j') | net/http/http_network_transaction_spdy2_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698