Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(732)

Unified Diff: net/base/net_error_list.h

Issue 2810323003: Remove ERR_QUIC_BROKEN_ERROR and instead use ERR_QUIC_PROTOCOL_ERROR (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index 139854382fd956142cabaad7d5c079924d8b142b..4499ef2f324b249328103b06be186566b7ee1eed 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -706,9 +706,6 @@ NET_ERROR(SPDY_RST_STREAM_NO_ERROR_RECEIVED, -372)
// The client MAY retry the request over a different connection.
NET_ERROR(MISDIRECTED_REQUEST, -373)
-// There is a QUIC protocol error and QUIC has been marked as broken.
-NET_ERROR(QUIC_BROKEN_ERROR, -374)
-
// The cache does not have the requested entry.
NET_ERROR(CACHE_MISS, -400)
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698