From 2466effd6ef97aa17396c214d51f9f19a4760260 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Mon, 3 Oct 2011 15:33:09 +0100 Subject: Rename Tab.LockIcon to Tab.SecurityState The tab's state is concerned with whether or not the page is secure. It should not mention the lock icon, as this is just a UI choice of how to represent the security state. Also renames WebViewController.onUpdatedLockIcon() to onUpdatedSecurityState(). No functional change. Bug: 5403366 Change-Id: Id18402e84fd9b1f661c160189c7a19a9352fd25c --- src/com/android/browser/PageDialogsHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/browser/PageDialogsHandler.java') diff --git a/src/com/android/browser/PageDialogsHandler.java b/src/com/android/browser/PageDialogsHandler.java index 14373cb60..9c0f063c9 100644 --- a/src/com/android/browser/PageDialogsHandler.java +++ b/src/com/android/browser/PageDialogsHandler.java @@ -98,7 +98,7 @@ public class PageDialogsHandler { mHttpAuthenticationDialog.setCancelListener(new HttpAuthenticationDialog.CancelListener() { public void onCancel() { handler.cancel(); - mController.onUpdatedLockIcon(tab); + mController.onUpdatedSecurityState(tab); mHttpAuthenticationDialog = null; } }); -- cgit v1.2.3