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

Unified Diff: net/quic/quic_client_session.h

Issue 11696010: Integrate QUIC info into net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/quic/quic_client_session.h
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
index 2cd44566506349fe61e0b576b05dcd243d286975..cdb3ced228faca9cd90c0a376cb52b293e7531a9 100644
--- a/net/quic/quic_client_session.h
+++ b/net/quic/quic_client_session.h
@@ -45,6 +45,8 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicSession {
// and passing the data along to the QuicConnection.
void StartReading();
+ base::Value* GetInfoAsValue(const HostPortPair& pair) const;
+
protected:
// QuicSession methods:
virtual ReliableQuicStream* CreateIncomingReliableStream(

Powered by Google App Engine
This is Rietveld 408576698