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

Unified Diff: chrome/browser/io_thread.h

Issue 25977005: [SPDY] Do not advertise SPDY/2 by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 months 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
« no previous file with comments | « chrome/browser/chrome_net_benchmarking_message_filter.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 9901afdacb8cd2eda4700dcbab905abedfbdf6e6..e5187f4185a5362f1ff6767e06fbe024b4e35d65 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -221,8 +221,8 @@ class IOThread : public content::BrowserThreadDelegate {
void InitializeNetworkOptions(const CommandLine& parsed_command_line);
- // Enable the SPDY protocol. If this function is not called, SPDY/3
- // will be enabled.
+ // Enable SPDY with the given mode, which may contain the following:
+ //
// "off" : Disables SPDY support entirely.
// "ssl" : Forces SPDY for all HTTPS requests.
// "no-ssl" : Forces SPDY for all HTTP requests.
@@ -230,7 +230,7 @@ class IOThread : public content::BrowserThreadDelegate {
// "exclude=<host>" : Disables SPDY support for the host <host>.
// "no-compress" : Disables SPDY header compression.
// "no-alt-protocols : Disables alternate protocol support.
- // "force-alt-protocols : Forces an alternate protocol of SPDY/2
+ // "force-alt-protocols : Forces an alternate protocol of SPDY/3
// on port 443.
// "single-domain" : Forces all spdy traffic to a single domain.
// "init-max-streams=<limit>" : Specifies the maximum number of concurrent
« no previous file with comments | « chrome/browser/chrome_net_benchmarking_message_filter.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698