Integrate QUIC info into net-internals.


Review URL: https://chromiumcodereview.appspot.com/11696010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175239 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 52a6ae6..077835d 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -93,6 +93,8 @@
   // Closes all current sessions.
   void CloseAllSessions(int error);
 
+  base::Value* QuicStreamFactoryInfoToValue() const;
+
  private:
   class Job;