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

Unified Diff: net/websockets/websocket_stream_base.h

Issue 18546008: [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test, other minor formatting/comment changes Created 7 years, 5 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/websockets/websocket_job_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/websockets/websocket_stream_base.h
diff --git a/net/websockets/websocket_stream_base.h b/net/websockets/websocket_stream_base.h
index fc9acc32c23b187cd6aa8df20f2340e1f2d7f054..dc863d2000193ef5fe5ab6493704141e12f79454 100644
--- a/net/websockets/websocket_stream_base.h
+++ b/net/websockets/websocket_stream_base.h
@@ -34,7 +34,7 @@ class NET_EXPORT WebSocketStreamBase {
// Create a WebSocketSpdyStream.
virtual WebSocketStreamBase* CreateSpdyStream(
- SpdySession* session,
+ const base::WeakPtr<SpdySession>& session,
bool use_relative_url) = 0;
};
« no previous file with comments | « net/websockets/websocket_job_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698