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

Unified Diff: chrome/browser/io_thread.h

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added Accept-Ecnoding test Created 5 years, 1 month 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/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 41c042fe8ac9fd2e3c84bae2927a22e1a268c699..89ad4dad855016d289478f46c0c165cba1a3fa48 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -209,6 +209,8 @@ class IOThread : public content::BrowserThreadDelegate {
Optional<bool> enable_npn;
+ Optional<bool> enable_brotli;
+
Optional<bool> enable_quic;
Optional<bool> enable_quic_for_proxies;
Optional<bool> enable_quic_port_selection;
@@ -344,6 +346,10 @@ class IOThread : public content::BrowserThreadDelegate {
return NULL;
#endif
}
+
+ // Returns true if Brotli Content-Encoding should be enabled.
+ static bool ShouldEnableBrotli(const base::CommandLine& command_line);
+
// Configures QUIC options in |globals| based on the flags in |command_line|
// as well as the QUIC field trial group and parameters. Must be called
// before ConfigureSpdyGlobals.
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/io_thread.cc » ('j') | net/filter/filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698