am 8657978a: am ddcea3d2: Expose onReceivedSslError() so that the WebView client can accept the error and continue.

Merge commit '8657978aabc7141869926a98a0da257255678dd4'

* commit '8657978aabc7141869926a98a0da257255678dd4':
  Expose onReceivedSslError() so that the WebView client
This commit is contained in:
Grace Kloba
2009-12-07 18:37:00 -08:00
committed by Android Git Automerger
3 changed files with 153 additions and 4 deletions

View File

@@ -20,8 +20,6 @@ import java.security.cert.X509Certificate;
/**
* One or more individual SSL errors and the associated SSL certificate
*
* {@hide}
*/
public class SslError {

View File

@@ -173,8 +173,6 @@ public class WebViewClient {
* @param handler An SslErrorHandler object that will handle the user's
* response.
* @param error The SSL error object.
* @hide - hide this because it contains a parameter of type SslError,
* which is located in a hidden package.
*/
public void onReceivedSslError(WebView view, SslErrorHandler handler,
SslError error) {