commit | f205560dacc8a85f0443ca1949a68962404321e8 | [log] [tgz] |
---|---|---|
author | Michael Kolb <kolby@google.com> | Sat Apr 09 17:20:03 2011 -0700 |
committer | Michael Kolb <kolby@google.com> | Wed Apr 20 15:21:27 2011 -0700 |
tree | 37063ba6346e5ab4c52235e1361b892ac1081200 | |
parent | b3ad59f1127fb3db56714b1ae39466a379f672ee [diff] [blame] |
new navscreen ui Change-Id: Iedbdf5af5d3ee2fbdd6944c1689f6551b3af8d46
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java index ed5fa6a..2b3ee69 100644 --- a/src/com/android/browser/UiController.java +++ b/src/com/android/browser/UiController.java
@@ -44,6 +44,8 @@ Tab openIncognitoTab(); + void setActiveTab(Tab tab); + boolean switchToTab(int tabIndex); void closeCurrentTab();