diff options
Diffstat (limited to 'src/com/android/browser/WebViewController.java')
| -rw-r--r-- | src/com/android/browser/WebViewController.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/com/android/browser/WebViewController.java b/src/com/android/browser/WebViewController.java index 64e97def..a187af0b 100644 --- a/src/com/android/browser/WebViewController.java +++ b/src/com/android/browser/WebViewController.java @@ -50,7 +50,7 @@ public interface WebViewController { void onPageFinished(Tab tab, String url); - void onProgressChanged(Tab tab, int newProgress); + void onProgressChanged(Tab tab); void onReceivedTitle(Tab tab, final String title); @@ -83,13 +83,15 @@ public interface WebViewController { void showSslCertificateOnError(WebView view, SslErrorHandler handler, SslError error); + void onUserCanceledSsl(Tab tab); + void activateVoiceSearchMode(String title); void revertVoiceSearchMode(Tab tab); boolean shouldShowErrorConsole(); - void resetTitleAndRevertLockIcon(Tab tab); + void onUpdatedLockIcon(Tab tab); void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType); |
