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

Unified Diff: net/spdy/spdy_headers_block_parser.h

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 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_headers_block_parser.h
diff --git a/net/spdy/spdy_headers_block_parser.h b/net/spdy/spdy_headers_block_parser.h
index 2c9207cc5bc1d0c1c54bdbe80e4e5c3d6d904b94..c0f97cab6bdb914044b54052674afc5f14fc6ead 100644
--- a/net/spdy/spdy_headers_block_parser.h
+++ b/net/spdy/spdy_headers_block_parser.h
@@ -78,10 +78,6 @@ class NET_EXPORT_PRIVATE SpdyHeadersBlockParser {
};
ParserError get_error() const { return error_; }
- // Resets the state of the parser to prepare it for a headers block of a
- // new frame.
- void Reset();
-
// Returns the size in bytes of a length field in a SPDY header.
static size_t LengthFieldSizeForVersion(SpdyMajorVersion spdy_version);

Powered by Google App Engine
This is Rietveld 408576698