summaryrefslogtreecommitdiff
path: root/src/com/android/browser/Controller.java
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2011-11-18 08:42:15 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-18 08:42:15 -0800
commit3e5e5fada69d74bb50b14ef3588e7beadaedfd69 (patch)
tree1487efca1a05cd57f01ff295be298978a035d01d /src/com/android/browser/Controller.java
parenta9a5967ea18d4b442ae5433cd3759b3921e480ad (diff)
parentf3174a588cdf63ef59055998c23aad4b36b7856e (diff)
Merge "Remove the psychic labs feature." into ics-mr1
Diffstat (limited to 'src/com/android/browser/Controller.java')
-rw-r--r--src/com/android/browser/Controller.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/browser/Controller.java b/src/com/android/browser/Controller.java
index 9402a77d..2a57edf2 100644
--- a/src/com/android/browser/Controller.java
+++ b/src/com/android/browser/Controller.java
@@ -80,7 +80,6 @@ import android.widget.Toast;
import com.android.browser.IntentHandler.UrlData;
import com.android.browser.UI.ComboViews;
-import com.android.browser.UI.DropdownChangeListener;
import com.android.browser.provider.BrowserProvider;
import com.android.browser.provider.BrowserProvider2.Thumbnails;
import com.android.browser.provider.SnapshotProvider.Snapshots;
@@ -2744,11 +2743,6 @@ public class Controller
mActivity.startActivityForResult(intent, AUTOFILL_SETUP);
}
- @Override
- public void registerDropdownChangeListener(DropdownChangeListener d) {
- mUi.registerDropdownChangeListener(d);
- }
-
public boolean onSearchRequested() {
mUi.editUrl(false);
return true;