Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2523)

Unified Diff: chrome/android/java_staging/res/menu/eb_action_bar_menu.xml

Issue 1184613002: [Android] Remove search feature from enhanced bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java_staging/res/menu/eb_action_bar_menu.xml
diff --git a/chrome/android/java_staging/res/menu/eb_action_bar_menu.xml b/chrome/android/java_staging/res/menu/eb_action_bar_menu.xml
index 717824a07a0438ebf8f0466a514db4762bc7d2a6..14a86edd91fc161c8d63ebd0a2a68697f894466f 100644
--- a/chrome/android/java_staging/res/menu/eb_action_bar_menu.xml
+++ b/chrome/android/java_staging/res/menu/eb_action_bar_menu.xml
@@ -19,12 +19,6 @@
android:title="@string/enhanced_bookmark_action_bar_list_toggle"
chrome:showAsAction="ifRoom"/>
<item
- android:id="@+id/search_menu_id"
- android:icon="@drawable/ic_search"
- android:title="@string/enhanced_bookmark_action_bar_search"
- android:visible="false"
- chrome:showAsAction="ifRoom"/>
- <item
android:id="@+id/close_menu_id"
android:icon="@drawable/btn_close"
android:title="@string/enhanced_bookmark_action_bar_close"

Powered by Google App Engine
This is Rietveld 408576698