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

Unified Diff: net/spdy/spdy_session.h

Issue 12989038: [SPDY] Remove some setters in SpdyStream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 8451bb37268099d0e7dc09c5f8e926505f711688..0d52b905bbac1406a05e0f660f82576170cb8cdc 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -198,9 +198,6 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
static SpdyIOBuffer* CreateIOBuffer(SpdyFrame* frame,
RequestPriority priority,
SpdyStream* spdy_stream);
-
- private:
- DISALLOW_COPY_AND_ASSIGN(SpdyIOBufferProducer);
Ryan Hamilton 2013/03/24 15:08:40 How come this needs to be removed?
akalin 2013/03/24 19:24:53 It doesn't have to, but on the other hand it doesn
Ryan Hamilton 2013/03/25 17:07:47 But the style guide says to only allow copy constr
akalin 2013/03/25 19:24:48 Hmm you're right. Okay, put it back in.
};
// Create a new SpdySession.

Powered by Google App Engine
This is Rietveld 408576698