summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 21:29:13 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 21:29:13 +0000
commit1c5173d50eafc6b66eb4e8990263f53e87c5fe0d (patch)
tree756f12a2196acc85c4f85eaf9435feb0a4572b62 /chrome/common/chrome_switches.h
parent6c5d7b2eb1d440e8ddf90a9042cb6861da06aa41 (diff)
downloadchromium_src-1c5173d50eafc6b66eb4e8990263f53e87c5fe0d.zip
chromium_src-1c5173d50eafc6b66eb4e8990263f53e87c5fe0d.tar.gz
chromium_src-1c5173d50eafc6b66eb4e8990263f53e87c5fe0d.tar.bz2
Http cache: Enable experimental support for byte range requests.
Requires --enable-byte-range-support BUG=12258 TEST=covered by unit tests. Review URL: http://codereview.chromium.org/173173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index e4dc936..fce1b69 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -239,6 +239,8 @@ extern const wchar_t kSyncServiceURL[];
extern const wchar_t kCookiePipe[];
#endif
+extern const wchar_t kEnableByteRangeSupport[];
+
} // namespace switches
#endif // CHROME_COMMON_CHROME_SWITCHES_H_