Index: net/quic/quic_stream_factory.h |
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h |
index 52a6ae6996d3fc5d50378b33f27acc16df88a636..077835d7534700788951546efc2fb307f045020b 100644 |
--- a/net/quic/quic_stream_factory.h |
+++ b/net/quic/quic_stream_factory.h |
@@ -93,6 +93,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory { |
// Closes all current sessions. |
void CloseAllSessions(int error); |
+ base::Value* QuicStreamFactoryInfoToValue() const; |
+ |
private: |
class Job; |