Index: net/base/net_error_list.h |
=================================================================== |
--- net/base/net_error_list.h (revision 14805) |
+++ net/base/net_error_list.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2006-2009 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,6 +236,10 @@ |
// 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) |