commit | 2814a362c21ac219410d9b54e1bd3e8152b845c7 | [log] [tgz] |
---|---|---|
author | Michael Kolb <kolby@google.com> | Thu May 19 15:49:41 2011 -0700 |
committer | Michael Kolb <kolby@google.com> | Wed May 25 15:17:50 2011 -0700 |
tree | e151c7b93ebd686c6136d1a630410ecc4cd445d9 | |
parent | 45377778b556064718b61c9495ae5bdc900fd996 [diff] [blame] |
new iteration of the navigation UI use live webviews Change-Id: Ie787c76470e445548d358374f83f33a1b0b0b5cf
diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java index bb34ada..22851f1 100644 --- a/src/com/android/browser/UI.java +++ b/src/com/android/browser/UI.java
@@ -43,6 +43,8 @@ public boolean onBackKey(); + public boolean onMenuKey(); + public boolean needsRestoreAllTabs(); public void addTab(Tab tab);