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

Unified Diff: net/filter/source_stream_type_list.h

Issue 2753453003: Reject unadvertised encodings (Closed)
Patch Set: Fix histo value comments Created 3 years, 8 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/filter/filter_source_stream.cc ('k') | net/http/http_network_transaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/filter/source_stream_type_list.h
diff --git a/net/filter/source_stream_type_list.h b/net/filter/source_stream_type_list.h
index 2b020eed182a0a0553b15875b69040240b700d0a..70975a8104ba3bbb9a5c537fc7a8265fb5ee6195 100644
--- a/net/filter/source_stream_type_list.h
+++ b/net/filter/source_stream_type_list.h
@@ -12,3 +12,5 @@ SOURCE_STREAM_TYPE(SDCH)
SOURCE_STREAM_TYPE(SDCH_POSSIBLE)
SOURCE_STREAM_TYPE(INVALID)
SOURCE_STREAM_TYPE(NONE)
+SOURCE_STREAM_TYPE(REJECTED)
+SOURCE_STREAM_TYPE(UNKNOWN)
« no previous file with comments | « net/filter/filter_source_stream.cc ('k') | net/http/http_network_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698