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

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

Issue 2159133003: Remove find in page from CCT, remove bookmark star from Herbs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test expectations due to menu items being removed Created 4 years, 5 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/menu/custom_tabs_menu.xml
diff --git a/chrome/android/java/res/menu/custom_tabs_menu.xml b/chrome/android/java/res/menu/custom_tabs_menu.xml
index 287cf282343e6e9245c163c05067d9ae809e8a68..9c5465c119e28ff3ed74455213f78730fb181ea8 100644
--- a/chrome/android/java/res/menu/custom_tabs_menu.xml
+++ b/chrome/android/java/res/menu/custom_tabs_menu.xml
@@ -11,9 +11,6 @@
<item android:id="@+id/forward_menu_id"
android:title="@string/accessibility_menu_forward"
android:icon="@drawable/btn_forward"/>
- <item android:id="@+id/bookmark_this_page_id"
- android:title="@string/accessibility_menu_bookmark"
- android:icon="@drawable/btn_star"/>
<item android:id="@+id/info_menu_id"
android:title="@string/accessibility_menu_info"
android:icon="@drawable/btn_info" />
@@ -32,9 +29,6 @@
android:title="@null" />
</menu>
</item>
- <item android:id="@+id/find_in_page_id"
- android:title="@string/menu_find_in_page"
- android:orderInCategory="2" />
<!-- Title is intentionally left blank in xml and will be set in java. -->
<item android:id="@+id/open_in_browser_id"
android:title=""
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698