summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UiController.java
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2011-07-12 15:33:08 -0700
committerMichael Kolb <kolby@google.com>2011-07-12 16:32:04 -0700
commit9ef259af433edc5aeb11b5d5d94dc9acc697c61e (patch)
tree132cb497cbdac4c0f5d90e3d3c3ce09756392e76 /src/com/android/browser/UiController.java
parent9cfe5244059ec719973fc465b5d2f536ea597bdf (diff)
downloadandroid_packages_apps_Gello-9ef259af433edc5aeb11b5d5d94dc9acc697c61e.tar.gz
android_packages_apps_Gello-9ef259af433edc5aeb11b5d5d94dc9acc697c61e.tar.bz2
android_packages_apps_Gello-9ef259af433edc5aeb11b5d5d94dc9acc697c61e.zip
use screenshots for tab switcher
also removed the old tab switcher code Change-Id: Id84ff64e42e5e1f70f55e136efdf84270c1a4b7b
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r--src/com/android/browser/UiController.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java
index 6045d868..58fdb931 100644
--- a/src/com/android/browser/UiController.java
+++ b/src/com/android/browser/UiController.java
@@ -69,8 +69,6 @@ public interface UiController extends BookmarksHistoryCallbacks {
void editUrl();
- void removeActiveTabsPage(boolean attach);
-
void handleNewIntent(Intent intent);
boolean shouldShowErrorConsole();