Index: net/http/http_features.h |
diff --git a/net/http/http_features.h b/net/http/http_features.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cda640e76eaf583e951cad5d969e5b67cfb70314 |
--- /dev/null |
+++ b/net/http/http_features.h |
@@ -0,0 +1,24 @@ |
+// Copyright 2015 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. |
+ |
+#ifndef NET_HTTP_HTTP_FEATURES_H_ |
+#define NET_HTTP_HTTP_FEATURES_H_ |
+ |
+// This file defines all the base::FeatureList features for the net module. |
+ |
+#include "base/feature_list.h" |
+ |
+namespace net { |
+ |
+namespace features { |
+ |
+// All features in alphabetical order. The features should be documented |
+// alongside the definition of their values in the .cc file. |
+extern const base::Feature kBrotliEncodingFeature; |
+ |
+} // namespace features |
+ |
+} // namespace net |
+ |
+#endif // NET_HTTP_HTTP_FEATURES_H_ |