| Index: net/spdy/spdy_session.h
|
| ===================================================================
|
| --- net/spdy/spdy_session.h (revision 112133)
|
| +++ net/spdy/spdy_session.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/weak_ptr.h"
|
| #include "base/task.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/base/load_states.h"
|
| @@ -46,8 +45,7 @@
|
| class SSLInfo;
|
|
|
| class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
|
| - public spdy::SpdyFramerVisitorInterface,
|
| - public LayeredPool {
|
| + public spdy::SpdyFramerVisitorInterface {
|
| public:
|
| // Create a new SpdySession.
|
| // |host_port_proxy_pair| is the host/port that this session connects to, and
|
| @@ -230,9 +228,6 @@
|
| int GetPeerAddress(AddressList* address) const;
|
| int GetLocalAddress(IPEndPoint* address) const;
|
|
|
| - // LayeredPool methods:
|
| - virtual bool CloseOneIdleConnection() OVERRIDE;
|
| -
|
| private:
|
| friend class base::RefCounted<SpdySession>;
|
| // Allow tests to access our innards for testing purposes.
|
|
|