summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-05 15:38:46 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-05 15:38:46 +0000
commitbd328ad5f82d9d7d3bbd45d98c5e38e13044b82b (patch)
treec2df040de05b1433002c9c21a8de600de10704b8 /net/base
parent15e18c0f131d39d2e3817aa3f830c7acb1ad9eba (diff)
downloadchromium_src-bd328ad5f82d9d7d3bbd45d98c5e38e13044b82b.zip
chromium_src-bd328ad5f82d9d7d3bbd45d98c5e38e13044b82b.tar.gz
chromium_src-bd328ad5f82d9d7d3bbd45d98c5e38e13044b82b.tar.bz2
Revert change 10975 and 10972 because it broke the purify
tests, and it might have caused a unit tests failure. purify error : UMR in URLRequest::response_data_file failing test: URLFetcherHeadersTest.Headers: c:\b\slave\chromium-rel-builder\build\src\chrome\browser\net\url_fetcher_unittest.cc(222): error: Value of: source->response_headers()->GetNormalizedHeader("cache-control", &header) Actual: false Expected: true c:\b\slave\chromium-rel-builder\build\src\chrome\browser\net\url_fetcher_unittest.cc(223): error: Value of: header Actual: "" Expected: "private" c:\b\slave\chromium-rel-builder\build\src\chrome\browser\net\url_fetcher_unittest.cc(181): error: Value of: response_code Actual: 404 Expected: 200 Release only. Review URL: http://codereview.chromium.org/39191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r--net/base/load_flags.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/base/load_flags.h b/net/base/load_flags.h
index 7175713..7e3642a 100644
--- a/net/base/load_flags.h
+++ b/net/base/load_flags.h
@@ -37,9 +37,6 @@ enum {
// If present, upload progress messages should be provided to initiator.
LOAD_ENABLE_UPLOAD_PROGRESS = 1 << 6,
- // If present, try to download the resource to a standalone file.
- LOAD_ENABLE_DOWNLOAD_FILE = 1 << 7,
-
// If present, ignores certificate mismatches with the domain name.
// (The default behavior is to trigger an OnSSLCertificateError callback.)
LOAD_IGNORE_CERT_COMMON_NAME_INVALID = 1 << 8,