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

Unified Diff: android_webview/java/src/org/chromium/android_webview/ErrorCodeConversionHelper.java

Issue 1037043002: Test for net::ERR_ICANN_NAME_COLLISION in other places that check host resolover failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | ppapi/host/error_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/ErrorCodeConversionHelper.java
diff --git a/android_webview/java/src/org/chromium/android_webview/ErrorCodeConversionHelper.java b/android_webview/java/src/org/chromium/android_webview/ErrorCodeConversionHelper.java
index a4d38885b86320b293142d09a227ce8e3e5ec491..a24e10fa387b0292e467c0995fc3ec11805e3ae1 100644
--- a/android_webview/java/src/org/chromium/android_webview/ErrorCodeConversionHelper.java
+++ b/android_webview/java/src/org/chromium/android_webview/ErrorCodeConversionHelper.java
@@ -97,6 +97,7 @@ public abstract class ErrorCodeConversionHelper {
case NetError.ERR_ADDRESS_UNREACHABLE:
case NetError.ERR_NAME_NOT_RESOLVED:
case NetError.ERR_NAME_RESOLUTION_FAILED:
+ case NetError.ERR_ICANN_NAME_COLLISION:
return ERROR_HOST_LOOKUP;
case NetError.ERR_SSL_PROTOCOL_ERROR:
« no previous file with comments | « no previous file | ppapi/host/error_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698