Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 105385) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -505,6 +505,9 @@ |
| // user-visible error. |
| NET_ERROR(SPDY_SERVER_REFUSED_STREAM, -351) |
| +// SPDY server didn't respond to the PING message. |
| +NET_ERROR(SPDY_PING_FAILED, -352) |
| + |
| // The cache does not have the requested entry. |
| NET_ERROR(CACHE_MISS, -400) |