From f3174a588cdf63ef59055998c23aad4b36b7856e Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Thu, 17 Nov 2011 14:43:32 +0000 Subject: Remove the psychic labs feature. Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578 --- src/com/android/browser/UI.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/com/android/browser/UI.java') diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java index a9cbd7be4..2bd3754d4 100644 --- a/src/com/android/browser/UI.java +++ b/src/com/android/browser/UI.java @@ -140,11 +140,6 @@ public interface UI { boolean dispatchKey(int code, KeyEvent event); - public static interface DropdownChangeListener { - void onNewDropdownDimensions(int height); - } - void registerDropdownChangeListener(DropdownChangeListener d); - void showAutoLogin(Tab tab); void hideAutoLogin(Tab tab); -- cgit v1.2.3