Index: net/spdy/spdy_session.h |
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
index 50447c0b9cce8f1f7697aac091547b9de59a20d5..ff2f2e48090471f9b500b5027dccee0e941f103b 100644 |
--- a/net/spdy/spdy_session.h |
+++ b/net/spdy/spdy_session.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -46,7 +46,8 @@ class SpdyStream; |
class SSLInfo; |
class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>, |
- public spdy::BufferedSpdyFramerVisitorInterface { |
+ public spdy::BufferedSpdyFramerVisitorInterface, |
+ public LayeredPool { |
public: |
// Create a new SpdySession. |
// |host_port_proxy_pair| is the host/port that this session connects to, and |
@@ -282,6 +283,9 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>, |
int GetProtocolVersion() const; |
+ // LayeredPool implementation. |
+ virtual bool CloseOneIdleConnection() OVERRIDE; |
+ |
private: |
friend class base::RefCounted<SpdySession>; |