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

Unified Diff: net/spdy/spdy_stream.h

Issue 141953004: SPDY cleanup: remove credential slot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixups to get flip_in_mem_edsm_server_unittests building & passing. Created 6 years, 11 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
Index: net/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index 6f5c62e4139781c56ecf468ecfd7a080443869c9..6010e816b2ed34fd18061007d5aac9fa1ad1ffdd 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -479,7 +479,6 @@ class NET_EXPORT_PRIVATE SpdyStream {
SpdyStreamId stream_id_;
const GURL url_;
const RequestPriority priority_;
- size_t slot_;
// Flow control variables.
bool send_stalled_by_flow_control_;

Powered by Google App Engine
This is Rietveld 408576698