summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UiController.java
diff options
context:
space:
mode:
authorAfzal Najam <afzal411+android@gmail.com>2012-04-26 01:54:01 -0400
committerJean-Baptiste Queru <jbq@google.com>2012-05-17 12:30:15 -0700
commitd4e3331a3cfa368e8e26f18700ed3474a24ff553 (patch)
tree36214ab3b297eeba99e6e2b1c52982a06c41ab5f /src/com/android/browser/UiController.java
parentd6c13e1635ddb4cb42d120c2dfdca1ada6d1a7b2 (diff)
downloadandroid_packages_apps_Gello-d4e3331a3cfa368e8e26f18700ed3474a24ff553.tar.gz
android_packages_apps_Gello-d4e3331a3cfa368e8e26f18700ed3474a24ff553.tar.bz2
android_packages_apps_Gello-d4e3331a3cfa368e8e26f18700ed3474a24ff553.zip
Added a menu item in Browser called Close other tabs
This closes all other tabs except the current one (only for the phone interface) Will submit patch for tablet interface once this is approved. It solves the problem of mass closing unneeded tabs to a certain extent. Preferred method would be to select multiple tabs like list items. Change-Id: I5af00f1c19043104987375f1da396eb6fefb5dd4
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r--src/com/android/browser/UiController.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java
index e7a8953b..b97ae10b 100644
--- a/src/com/android/browser/UiController.java
+++ b/src/com/android/browser/UiController.java
@@ -59,6 +59,8 @@ public interface UiController {
void closeTab(Tab tab);
+ void closeOtherTabs();
+
void stopLoading();
Intent createBookmarkCurrentPageIntent(boolean canBeAnEdit);