summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PreloadController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/PreloadController.java')
-rw-r--r--src/com/android/browser/PreloadController.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/android/browser/PreloadController.java b/src/com/android/browser/PreloadController.java
index 12dc1562..8bccf2f6 100644
--- a/src/com/android/browser/PreloadController.java
+++ b/src/com/android/browser/PreloadController.java
@@ -20,13 +20,11 @@ import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.net.Uri;
-import android.net.http.SslError;
import android.os.Message;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import org.codeaurora.swe.HttpAuthHandler;
-import org.codeaurora.swe.SslErrorHandler;
import android.webkit.ValueCallback;
import android.webkit.WebChromeClient.CustomViewCallback;
import org.codeaurora.swe.WebView;
@@ -181,12 +179,6 @@ public class PreloadController implements WebViewController {
}
@Override
- public void showSslCertificateOnError(WebView view,
- SslErrorHandler handler, SslError error) {
- if (LOGD_ENABLED) Log.d(LOGTAG, "showSslCertificateOnError()");
- }
-
- @Override
public void onUserCanceledSsl(Tab tab) {
if (LOGD_ENABLED) Log.d(LOGTAG, "onUserCanceledSsl()");
}