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

Unified Diff: net/base/net_error_list.h

Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adopt logging for URLReqest-based dict fetcher + cosmetics Created 6 years, 3 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
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index b805dd6ac7ecb01ddd4248bf412d78fb4973b123..f1555078fe09c0f8de03f94b596fd210677325ec 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -662,6 +662,9 @@ NET_ERROR(NO_PRIVATE_KEY_FOR_CERT, -502)
// An error adding to the OS certificate database (e.g. OS X Keychain).
NET_ERROR(ADD_USER_CERT_FAILED, -503)
+// Some problems with SDCH occur.
+NET_ERROR(SDCH_PROBLEM, -504)
Randy Smith (Not in Mondays) 2014/09/18 20:55:51 I don't think this is used anymore; remove?
baranovich 2014/09/19 12:42:44 No, it is still used by net-internals code. I need
Randy Smith (Not in Mondays) 2014/09/29 21:21:57 Ah, gotcha, that makes sense. I could imagine you
baranovich 2014/09/30 13:16:51 Done. Using ERR_FAILED instead
+
// *** Code -600 is reserved (was FTP_PASV_COMMAND_FAILED). ***
// A generic error for failed FTP control connection command.

Powered by Google App Engine
This is Rietveld 408576698