| Index: net/spdy/chromium/multiplexed_session.cc
|
| diff --git a/net/spdy/chromium/multiplexed_session.cc b/net/spdy/chromium/multiplexed_session.cc
|
| index 26cf453488bcd12a0ee706eb02803a7a3a94a074..e49e69ba0e53036177d0d8fba103321da844af8c 100644
|
| --- a/net/spdy/chromium/multiplexed_session.cc
|
| +++ b/net/spdy/chromium/multiplexed_session.cc
|
| @@ -12,12 +12,6 @@ MultiplexedSessionHandle::MultiplexedSessionHandle(
|
| SaveSSLInfo();
|
| }
|
|
|
| -MultiplexedSessionHandle::MultiplexedSessionHandle(
|
| - const MultiplexedSessionHandle& other) = default;
|
| -
|
| -MultiplexedSessionHandle::MultiplexedSessionHandle(
|
| - MultiplexedSessionHandle&& other) = default;
|
| -
|
| MultiplexedSessionHandle::~MultiplexedSessionHandle() {}
|
|
|
| bool MultiplexedSessionHandle::GetRemoteEndpoint(IPEndPoint* endpoint) {
|
|
|