Index: net/base/net_error_list.h |
=================================================================== |
--- net/base/net_error_list.h (revision 121604) |
+++ net/base/net_error_list.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 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. |
@@ -522,9 +522,6 @@ |
// SPDY server didn't respond to the PING message. |
NET_ERROR(SPDY_PING_FAILED, -352) |
-// The request couldn't be completed on an HTTP pipeline. Client should retry. |
-NET_ERROR(PIPELINE_EVICTION, -353) |
- |
// The cache does not have the requested entry. |
NET_ERROR(CACHE_MISS, -400) |
@@ -654,3 +651,6 @@ |
// The entry was not found in cache, for cache-only lookups. |
NET_ERROR(DNS_CACHE_MISS, -804) |
+ |
+// FIXME: Take the next number. |
+NET_ERROR(PIPELINE_EVICTION, -900) |