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

Unified Diff: net/quic/quic_stream_factory.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_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 64f7ced61313a7c34dfbeedb29b852bee21c85f1..9676c5009dce377a5f74e89fdfd403e410af3f44 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -90,6 +90,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory {
// Cancels a pending request.
void CancelRequest(QuicStreamRequest* request);
+ base::Value* QuicStreamFactoryInfoToValue() const;
+
private:
class Job;

Powered by Google App Engine
This is Rietveld 408576698