| 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 39e1932e9fac748b1d386e0b8258aa919527da9c..2b020eed182a0a0553b15875b69040240b700d0a 100644
|
| --- a/net/filter/source_stream_type_list.h
|
| +++ b/net/filter/source_stream_type_list.h
|
| @@ -2,10 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Specifies type of filters that can be created. Do not change the values
|
| +// of this enum; it is preserved in a histogram.
|
| SOURCE_STREAM_TYPE(BROTLI)
|
| SOURCE_STREAM_TYPE(DEFLATE)
|
| SOURCE_STREAM_TYPE(GZIP)
|
| -SOURCE_STREAM_TYPE(SDCH)
|
| SOURCE_STREAM_TYPE(GZIP_FALLBACK)
|
| +SOURCE_STREAM_TYPE(SDCH)
|
| +SOURCE_STREAM_TYPE(SDCH_POSSIBLE)
|
| SOURCE_STREAM_TYPE(INVALID)
|
| SOURCE_STREAM_TYPE(NONE)
|
|
|