diff options
author | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 20:32:44 +0000 |
---|---|---|
committer | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 20:32:44 +0000 |
commit | 1ce7b66b8e871fb39633e8dc7547a649f6d60b53 (patch) | |
tree | ef72863fccd02a85a6ae864372bf75ba57d71f9b /net/spdy/spdy_session.h | |
parent | 0834a4b75e40256a08e4a0b1bacab2e8b69da665 (diff) | |
download | chromium_src-1ce7b66b8e871fb39633e8dc7547a649f6d60b53.zip chromium_src-1ce7b66b8e871fb39633e8dc7547a649f6d60b53.tar.gz chromium_src-1ce7b66b8e871fb39633e8dc7547a649f6d60b53.tar.bz2 |
Render SpdySessionPools on the Data tab and on a new
net-internals tab, with links to the corresponding sources on
the events tab.
Includes a minor cleanup or two relating to unneeded/unused code/headers for the rendering of SocketPools.
BUG=58034
TEST=manual
Review URL: http://codereview.chromium.org/3565015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index de5f0e2..f90907d 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -155,6 +155,10 @@ class SpdySession : public base::RefCounted<SpdySession>, // session pool. void CloseSessionOnError(net::Error err, bool remove_from_pool); + // Retrieves information on the current state of the SPDY session as a + // Value. Caller takes possession of the returned value. + Value* GetInfoAsValue() const; + // Indicates whether the session is being reused after having successfully // used to send/receive data in the past. bool IsReused() const { |