blob: 70975a8104ba3bbb9a5c537fc7a8265fb5ee6195 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// 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(GZIP_FALLBACK)
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)