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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_features.h

Issue 2802463002: Adds feature flag for chrome-proxy-ect header (default off) (Closed)
Patch Set: Tweaked the name of the Feature to be more Feature like than Switch like. 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: components/data_reduction_proxy/core/common/data_reduction_proxy_features.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_features.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_features.h
index bb5fbe7a767031745c3cba52237ab8e82ad4a0c3..d8042297b999360a0b82221244059b3d19bb539f 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_features.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_features.h
@@ -11,6 +11,9 @@ namespace data_reduction_proxy {
namespace features {
extern const base::Feature kDataReductionMainMenu;
+extern const base::Feature kDataReductionProxyECTHeader;
+
+bool IsDataReductionProxyECTHeaderEnabled();
} // namespace features
} // namespace data_reduction_proxy

Powered by Google App Engine
This is Rietveld 408576698