commit | 9206677e461328f15854c5fcb1366d0e261534c6 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Thu Mar 10 08:46:27 2011 -0500 |
committer | Patrick Scott <phanna@android.com> | Thu Mar 10 08:46:27 2011 -0500 |
tree | 947b5120265de84ae6f85d647b5f191d8f89914d | |
parent | f06113a9c90b72e73af2f63d93fd2debd9b7cd3c [diff] [blame] |
Add new auto-login UI. When the WebView notifies us of an auto-login request, check if the account is valid. If so, use it to log into the account manager. If that fails or the account is not valid, display the login UI. Bug: 3367381 Change-Id: I5a164ef676921eec03a89860fa5be722d3d987d4
diff --git a/src/com/android/browser/WebViewController.java b/src/com/android/browser/WebViewController.java index 813b63b..6b44207 100644 --- a/src/com/android/browser/WebViewController.java +++ b/src/com/android/browser/WebViewController.java
@@ -112,4 +112,7 @@ void bookmarkedStatusHasChanged(Tab tab); + void showAutoLogin(Tab tab); + + void hideAutoLogin(Tab tab); }