| 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 652796cc9968ce2ccc33bc33b7b5e530cbb0ad45..f55126b2a1da2bf6228e793f0f64a5d3c52b0154 100644
|
| --- a/content/browser/android/content_view_client.cc
|
| +++ b/content/browser/android/content_view_client.cc
|
| @@ -559,7 +559,6 @@ ContentViewClientError ContentViewClient::ToContentViewClientError(
|
| case net::ERR_CERT_REVOKED:
|
| case net::ERR_CERT_INVALID:
|
| case net::ERR_CERT_WEAK_SIGNATURE_ALGORITHM:
|
| - case net::ERR_CERT_NOT_IN_DNS:
|
| case net::ERR_CERT_NON_UNIQUE_NAME:
|
| return CONTENT_VIEW_CLIENT_ERROR_OK;
|
|
|
|
|