summaryrefslogtreecommitdiffstats
path: root/net/base/net_error_list.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-29 00:01:53 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-29 00:01:53 +0000
commit9e411e78c9c719924341a7020fa207efd2761e8e (patch)
tree6cebda70baa5dc46de78f7aa145ddc55f2a4ebf7 /net/base/net_error_list.h
parent42dc0a30ad4416a53eacb0d97c1b9a26925474c2 (diff)
downloadchromium_src-9e411e78c9c719924341a7020fa207efd2761e8e.zip
chromium_src-9e411e78c9c719924341a7020fa207efd2761e8e.tar.gz
chromium_src-9e411e78c9c719924341a7020fa207efd2761e8e.tar.bz2
Revert "Supports single range request with file protocol"
This reverts commit r14799, as it broke linux ui tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_error_list.h')
-rw-r--r--net/base/net_error_list.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index 30ab98e..9cc2205 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -236,10 +236,6 @@ NET_ERROR(PAC_STATUS_NOT_OK, -326)
// The evaluation of the PAC script failed.
NET_ERROR(PAC_SCRIPT_FAILED, -327)
-// The response was 416 (Requested range not satisfiable) and the server cannot
-// satisfy the range requested.
-NET_ERROR(REQUEST_RANGE_NOT_SATISFIABLE, -328)
-
// The cache does not have the requested entry.
NET_ERROR(CACHE_MISS, -400)