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

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

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_http_stream.cc ('k') | net/spdy/chromium/multiplexed_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/multiplexed_session.h
diff --git a/net/spdy/chromium/multiplexed_session.h b/net/spdy/chromium/multiplexed_session.h
index ce37a477e8774f509a4fc57fda289877f784fe84..aaeb292905ed688d0f061bb0ede5f9da4006c265 100644
--- a/net/spdy/chromium/multiplexed_session.h
+++ b/net/spdy/chromium/multiplexed_session.h
@@ -45,9 +45,7 @@ class NET_EXPORT_PRIVATE MultiplexedSession {
class NET_EXPORT_PRIVATE MultiplexedSessionHandle {
public:
explicit MultiplexedSessionHandle(base::WeakPtr<MultiplexedSession> session);
- MultiplexedSessionHandle(const MultiplexedSessionHandle& other);
- MultiplexedSessionHandle(MultiplexedSessionHandle&& other);
- ~MultiplexedSessionHandle();
+ virtual ~MultiplexedSessionHandle();
// Gets the remote endpoint of the socket that the HTTP stream is using, if
// any. Returns true and fills in |endpoint| if it is available; returns false
« no previous file with comments | « net/spdy/chromium/multiplexed_http_stream.cc ('k') | net/spdy/chromium/multiplexed_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698