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

Unified Diff: chrome/browser/about_flags.cc

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments, moved feature declatation to content Created 5 years 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index bd2da08534dcdb0b8287f0259e03f5c1978647d7..5e6a280c54570429292eb2a62313e201f8e6d9df 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2085,6 +2085,11 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_EXPERIMENTAL_FRAMEWORK_DESCRIPTION,
kOsAll,
FEATURE_VALUE_TYPE(features::kExperimentalFramework)},
+ {"enable-brotli",
+ IDS_FLAGS_ENABLE_BROTLI_NAME,
+ IDS_FLAGS_ENABLE_BROTLI_DESCRIPTION,
+ kOsAll,
+ FEATURE_VALUE_TYPE(features::kBrotliEncoding)},
#if defined(OS_ANDROID)
{"enable-unified-media-pipeline",
IDS_FLAGS_ENABLE_UNIFIED_MEDIA_PIPELINE_NAME,

Powered by Google App Engine
This is Rietveld 408576698