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

Unified Diff: net/base/net_error_list.h

Issue 1405293009: Certificate Transparency: Fetching consistency proofs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments. Created 5 years, 1 month 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
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index 296024b2b9453aab7708285258527626c48cb434..07f3c61c03e040cbb228bc3a1ae9df3d7fc91a66 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -363,6 +363,9 @@ NET_ERROR(CT_STH_INCOMPLETE, -169)
// internally by the network stack.
NET_ERROR(UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH, -170)
+// Certificate Transparency: Received a consistency proof that failed to parse
svaldez 2015/11/16 17:33:08 nit: failed to parse.
Eran Messeri 2015/11/17 10:47:31 Done.
+NET_ERROR(CT_CONSISTENCY_PROOF_PARSING_FAILED, -171)
+
// Certificate error codes
//
// The values of certificate error codes must be consecutive.

Powered by Google App Engine
This is Rietveld 408576698