diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-01 00:40:58 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-01 00:40:58 +0000 |
commit | 903e633860968e0fe59a1044236165c01d5e71c6 (patch) | |
tree | a770e1feb4fa5dc71e08d9866533239c231f05b3 /chrome/browser/io_thread.h | |
parent | 90499486eb26f12da3456f01bd28abc4a6191ea4 (diff) | |
download | chromium_src-903e633860968e0fe59a1044236165c01d5e71c6.zip chromium_src-903e633860968e0fe59a1044236165c01d5e71c6.tar.gz chromium_src-903e633860968e0fe59a1044236165c01d5e71c6.tar.bz2 |
Enable/Disable QUIC via a field trial (or about:flags).
BUG=230028
Review URL: https://chromiumcodereview.appspot.com/15736025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 0c4b4d9..5d14ef7 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -251,6 +251,10 @@ class IOThread : public content::BrowserThreadDelegate { void UpdateDnsClientEnabled(); + // Returns true if QUIC should be enabled, either as a result + // of a field trial or a command line flag. + bool ShouldEnableQuic(const CommandLine& command_line); + // The NetLog is owned by the browser process, to allow logging from other // threads during shutdown, but is used most frequently on the IOThread. ChromeNetLog* net_log_; |