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

Unified Diff: net/spdy/spdy_websocket_stream.h

Issue 8990001: base::Bind: Convert most of net/http. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang. Created 9 years 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
Index: net/spdy/spdy_websocket_stream.h
diff --git a/net/spdy/spdy_websocket_stream.h b/net/spdy/spdy_websocket_stream.h
index 1f0839e4fed6181c7446525c3197b1c59da325f8..d39c97c68ad637242556f397653eda7d23c94a9f 100644
--- a/net/spdy/spdy_websocket_stream.h
+++ b/net/spdy/spdy_websocket_stream.h
@@ -89,8 +89,6 @@ class NET_EXPORT_PRIVATE SpdyWebSocketStream
scoped_refptr<SpdySession> spdy_session_;
Delegate* delegate_;
- OldCompletionCallbackImpl<SpdyWebSocketStream> spdy_stream_created_callback_;
-
DISALLOW_COPY_AND_ASSIGN(SpdyWebSocketStream);
};

Powered by Google App Engine
This is Rietveld 408576698