diff options
author | Teng-Hui Zhu <ztenghui@google.com> | 2010-11-02 16:03:58 -0700 |
---|---|---|
committer | Teng-Hui Zhu <ztenghui@google.com> | 2010-11-05 15:10:17 -0700 |
commit | 5ba8da4dc38036f626deda8d0588a2f4694f3cad (patch) | |
tree | 91d71d8b13a342221c5006eb019d306a199063ac /res/menu-xlarge | |
parent | 025d5b0be4d442b773d53b49f67c02e2e4f92360 (diff) | |
download | packages_apps_browser-5ba8da4dc38036f626deda8d0588a2f4694f3cad.zip packages_apps_browser-5ba8da4dc38036f626deda8d0588a2f4694f3cad.tar.gz packages_apps_browser-5ba8da4dc38036f626deda8d0588a2f4694f3cad.tar.bz2 |
Remove the web archive UI from the browser
This is a change intended to remove this UI from honeycomb.
On the release after honeycomb, we are supposed to bring this UI back.
http://b/issue?id=3158570
refer to http://b/issue?id=2905874 for more background
Change-Id: Id9f83828f1bc5524c2dd2e46cf09f846f7916aed
Diffstat (limited to 'res/menu-xlarge')
-rw-r--r-- | res/menu-xlarge/browser.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/menu-xlarge/browser.xml b/res/menu-xlarge/browser.xml index 3b93835..7af3e8c 100644 --- a/res/menu-xlarge/browser.xml +++ b/res/menu-xlarge/browser.xml @@ -44,9 +44,6 @@ android:title="@string/menu_preferences" android:icon="@drawable/ic_menu_settings_normal" android:alphabeticShortcut="p" /> - <item android:id="@+id/save_webarchive_menu_id" - android:icon="@drawable/ic_menu_archive_normal" - android:title="@string/menu_save_webarchive" /> <!-- followings are debug only --> <item android:id="@+id/dump_nav_menu_id" android:title="@string/dump_nav" |