| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 7a3fdadad0596f1a6bfcc1cd9b10b24e93df1066..8b957cb39d0b220e1a3da0b194b508b086fefd74 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -183,6 +183,9 @@ class IOThread : public content::BrowserThreadDelegate {
|
| // main frame load fails with a DNS error in order to provide more useful
|
| // information to the renderer so it can show a more specific error page.
|
| std::unique_ptr<chrome_browser_net::DnsProbeService> dns_probe_service;
|
| +
|
| + // Enables Brotli Content-Encoding support
|
| + bool enable_brotli;
|
| };
|
|
|
| // Helper class to configure HttpNetworkSession::Params and
|
|
|