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

Unified Diff: net/filter/source_stream_type_list.h

Issue 2753453003: Reject unadvertised encodings (Closed)
Patch Set: Address 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
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)

Powered by Google App Engine
This is Rietveld 408576698