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

Unified Diff: net/filter/source_stream_type_list.h

Issue 2753453003: Reject unadvertised encodings (Closed)
Patch Set: Reject unadvertised encodings. Created 3 years, 9 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..937cda19e56096a63deea764f1fc64ea6771589e 100644
--- a/net/filter/source_stream_type_list.h
+++ b/net/filter/source_stream_type_list.h
@@ -12,3 +12,4 @@ SOURCE_STREAM_TYPE(SDCH)
SOURCE_STREAM_TYPE(SDCH_POSSIBLE)
SOURCE_STREAM_TYPE(INVALID)
SOURCE_STREAM_TYPE(NONE)
+SOURCE_STREAM_TYPE(UNKNOWN)

Powered by Google App Engine
This is Rietveld 408576698