diff options
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | api/system-current.txt | 1 | ||||
| -rw-r--r-- | core/java/android/webkit/WebViewClient.java | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/api/current.txt b/api/current.txt index ef078fd..33ff15a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -37794,7 +37794,6 @@ package android.webkit { method public boolean shouldOverrideUrlLoading(android.webkit.WebView, java.lang.String); field public static final int ERROR_AUTHENTICATION = -4; // 0xfffffffc field public static final int ERROR_BAD_URL = -12; // 0xfffffff4 - field public static final int ERROR_BLOCKED = -16; // 0xfffffff0 field public static final int ERROR_CONNECT = -6; // 0xfffffffa field public static final int ERROR_FAILED_SSL_HANDSHAKE = -11; // 0xfffffff5 field public static final int ERROR_FILE = -13; // 0xfffffff3 diff --git a/api/system-current.txt b/api/system-current.txt index 442076a..b64ec27 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -40439,7 +40439,6 @@ package android.webkit { method public boolean shouldOverrideUrlLoading(android.webkit.WebView, java.lang.String); field public static final int ERROR_AUTHENTICATION = -4; // 0xfffffffc field public static final int ERROR_BAD_URL = -12; // 0xfffffff4 - field public static final int ERROR_BLOCKED = -16; // 0xfffffff0 field public static final int ERROR_CONNECT = -6; // 0xfffffffa field public static final int ERROR_FAILED_SSL_HANDSHAKE = -11; // 0xfffffff5 field public static final int ERROR_FILE = -13; // 0xfffffff3 diff --git a/core/java/android/webkit/WebViewClient.java b/core/java/android/webkit/WebViewClient.java index 53c7e04..8a2b3fa 100644 --- a/core/java/android/webkit/WebViewClient.java +++ b/core/java/android/webkit/WebViewClient.java @@ -200,8 +200,6 @@ public class WebViewClient { public static final int ERROR_FILE_NOT_FOUND = -14; /** Too many requests during this load */ public static final int ERROR_TOO_MANY_REQUESTS = -15; - /** Request blocked by the browser */ - public static final int ERROR_BLOCKED = -16; /** * Report an error to the host application. These errors are unrecoverable |
