diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 22:07:38 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 22:07:38 +0000 |
commit | a6decd19be6da302b1ed193a73183dc866b6d180 (patch) | |
tree | b9768a40354eefdae2684a183206aa9cf330ffcb /chrome/common/chrome_switches.h | |
parent | bf1cc89221371027ea0662c1db671097048b2490 (diff) | |
download | chromium_src-a6decd19be6da302b1ed193a73183dc866b6d180.zip chromium_src-a6decd19be6da302b1ed193a73183dc866b6d180.tar.gz chromium_src-a6decd19be6da302b1ed193a73183dc866b6d180.tar.bz2 |
Http Cache: Enable byte-range support by default.
The command line parameter to modify the behavior changes from
--enable-byte-range-support
to
--disable-byte-range-support
BUG=24989
TEST= current tests
Review URL: http://codereview.chromium.org/267132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 1b54673c..9920df2 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -250,7 +250,7 @@ extern const char kCookiePipe[]; extern const char kEnableGView[]; #endif -extern const char kEnableByteRangeSupport[]; +extern const char kDisableByteRangeSupport[]; extern const char kExplicitlyAllowedPorts[]; |