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

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: Fix Windows compile errors 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..0a2410ca77480b1d1e94156f67803756631b770f 100644
--- a/net/spdy/spdy_frame_builder.h
+++ b/net/spdy/spdy_frame_builder.h
@@ -31,7 +31,9 @@ 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,
+ //
+ // TODO(akalin): Add a typedef for this uint8.
+ SpdyFrameBuilder(SpdyControlType type, uint8 flags,
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