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

Unified Diff: ios/web/web_state/error_translation_util.h

Issue 1178063007: Updated error translation logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « base/ios/ns_error_util.mm ('k') | ios/web/web_state/error_translation_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/error_translation_util.h
diff --git a/ios/web/web_state/error_translation_util.h b/ios/web/web_state/error_translation_util.h
index 857b4aa604fa4b02717c938ec988eb26241bbe86..723cdbb7f410074897ab2defcb94690406cb1e8b 100644
--- a/ios/web/web_state/error_translation_util.h
+++ b/ios/web/web_state/error_translation_util.h
@@ -11,8 +11,8 @@ namespace web {
// Translates iOS-specific errors into their net error equivalent. If a valid
// translation is found, a copy of |error| is returned with the translation as
-// its underlying error. If there is no viable translation, the original error
-// is returned.
+// its final underlying error. If there is no viable translation, the original
+// error is returned.
NSError* NetErrorFromError(NSError* error);
} // namespace web
« no previous file with comments | « base/ios/ns_error_util.mm ('k') | ios/web/web_state/error_translation_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698