| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 574151adfcdd7540309115d9dffaf8ad37239216..409049820c9e72db5b25fc5ec579299fb4ddf320 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -305,6 +305,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
| static void ConfigureParamsFromFieldTrialsAndCommandLine(
|
| const base::CommandLine& command_line,
|
| bool is_quic_allowed_by_policy,
|
| + bool http_09_on_non_default_ports_enabled,
|
| net::HttpNetworkSession::Params* params);
|
|
|
| // TODO(willchan): Remove proxy script fetcher context since it's not
|
| @@ -386,6 +387,9 @@ class IOThread : public content::BrowserThreadDelegate {
|
| // True if QUIC is allowed by policy.
|
| bool is_quic_allowed_by_policy_;
|
|
|
| + // True if HTTP/0.9 is allowed on non-default ports by policy.
|
| + bool http_09_on_non_default_ports_enabled_;
|
| +
|
| const base::TimeTicks creation_time_;
|
|
|
| // Callback for updating data use prefs which needs to be initialized on UI
|
|
|