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

Unified Diff: net/spdy/spdy_session.h

Issue 18796003: When an idle socket is added back to a socket pool, check for stalled jobs in lower pools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Undo somewhat tangential change Created 7 years, 5 months 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/spdy/spdy_session.h
===================================================================
--- net/spdy/spdy_session.h (revision 211652)
+++ net/spdy/spdy_session.h (working copy)
@@ -182,7 +182,7 @@
class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
public BufferedSpdyFramerVisitorInterface,
public SpdyFramerDebugVisitorInterface,
- public LayeredPool {
+ public HigherLayeredPool {
public:
// TODO(akalin): Use base::TickClock when it becomes available.
typedef base::TimeTicks (*TimeFunc)(void);
@@ -454,7 +454,7 @@
return buffered_spdy_framer_->GetDataFrameMaximumPayload();
}
- // LayeredPool implementation:
+ // HigherLayeredPool implementation:
virtual bool CloseOneIdleConnection() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698