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

Unified Diff: net/spdy/chromium/multiplexed_session.cc

Issue 2334943002: Add a new QuicChromiumClientSession::Handle class (Closed)
Patch Set: fixes Created 3 years, 7 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
« no previous file with comments | « net/spdy/chromium/multiplexed_session.h ('k') | net/spdy/chromium/spdy_http_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « net/spdy/chromium/multiplexed_session.h ('k') | net/spdy/chromium/spdy_http_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698