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

Unified Diff: net/spdy/spdy_headers_block_parser.h

Issue 867273002: Change OK to NO_PARSER_ERROR in enum ParserError. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/NO_ERROR/NO_PARSER_ERROR/ Created 5 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
« no previous file with comments | « no previous file | net/spdy/spdy_headers_block_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a9dfaa64d44b1f5dbf1e18e5e6dff6ee835e7a3a..54334b23a92eeb4d9cef251367ad1be75bd488e7 100644
--- a/net/spdy/spdy_headers_block_parser.h
+++ b/net/spdy/spdy_headers_block_parser.h
@@ -61,7 +61,7 @@ class NET_EXPORT_PRIVATE SpdyHeadersBlockParser {
const char* headers_data,
size_t len);
enum ParserError {
- OK,
+ NO_PARSER_ERROR,
// Set when parsing failed due to insufficient data.
// This error is recoverable, by passing in new data.
NEED_MORE_DATA,
« no previous file with comments | « no previous file | net/spdy/spdy_headers_block_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698