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

Unified Diff: net/spdy/spdy_frame_builder.h

Issue 12220116: Refactor in preparation for SPDY 4, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/net.gyp ('k') | net/spdy/spdy_frame_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_frame_builder.h
diff --git a/net/spdy/spdy_frame_builder.h b/net/spdy/spdy_frame_builder.h
index 8f3b0cd7e62e9ac271428c9b449f11870a979a0d..bf18f67fe5fa8d8d6099d4d99e5e7444592de56c 100644
--- a/net/spdy/spdy_frame_builder.h
+++ b/net/spdy/spdy_frame_builder.h
@@ -31,7 +31,7 @@ class NET_EXPORT_PRIVATE SpdyFrameBuilder {
// Initializes a SpdyFrameBuilder with a buffer of given size,
// populate with a SPDY control frame header based on
// |type|, |flags|, and |spdy_version|.
- SpdyFrameBuilder(SpdyControlType type, SpdyControlFlags flags,
+ SpdyFrameBuilder(SpdyControlType type, uint8 flags,
Ryan Hamilton 2013/02/12 16:34:52 After you get this all moved around and finish lan
akalin 2013/02/12 20:01:18 Okay. Added a TODO.
int spdy_version, size_t size);
// Initiailizes a SpdyFrameBuilder with a buffer of given size,
« no previous file with comments | « net/net.gyp ('k') | net/spdy/spdy_frame_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698