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

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

Issue 1270693004: Add bookmark search feature to enhanced bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/res/menu/eb_action_bar_menu.xml
diff --git a/chrome/android/java/res/menu/eb_action_bar_menu.xml b/chrome/android/java/res/menu/eb_action_bar_menu.xml
index a9b4f2f7070824fe4edf6137e53a8ebde114747c..8df93392cd829ac45da9aabdea17af311faf1511 100644
--- a/chrome/android/java/res/menu/eb_action_bar_menu.xml
+++ b/chrome/android/java/res/menu/eb_action_bar_menu.xml
@@ -14,6 +14,12 @@
android:visible="false"
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