Index: content/browser/android/content_view_client.cc |
diff --git a/content/browser/android/content_view_client.cc b/content/browser/android/content_view_client.cc |
index cf104c010ab65082ca508e95f3cdd2b3e9c1588d..a88b232060e1d2e33b68e21fa8192127c5f6cccd 100644 |
--- a/content/browser/android/content_view_client.cc |
+++ b/content/browser/android/content_view_client.cc |
@@ -485,6 +485,7 @@ ContentViewClientError ContentViewClient::ToContentViewClientError( |
case net::ERR_DISALLOWED_URL_SCHEME: |
case net::ERR_UNKNOWN_URL_SCHEME: |
+ case net::OK_HANDLED_EXTERNALLY: |
return CONTENT_VIEW_CLIENT_ERROR_UNSUPPORTED_SCHEME; |
case net::ERR_IO_PENDING: |