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

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

Issue 2596973002: [Android] Update CCT/Herb menu item (Closed)
Patch Set: Update based on Ted's comments. Created 3 years, 11 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/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 bc7f5aef35bf5890620f490296ae564f5027b515..2ae82d57770ba72db067fe6767831102b1c29d36 100644
--- a/chrome/android/java/res/menu/custom_tabs_menu.xml
+++ b/chrome/android/java/res/menu/custom_tabs_menu.xml
@@ -11,6 +11,12 @@
<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/offline_page_id"
+ android:title="@string/download_page"
+ android:icon="@drawable/ic_get_app_white_24dp"/>
<item android:id="@+id/info_menu_id"
android:title="@string/accessibility_menu_info"
android:icon="@drawable/btn_info" />
@@ -30,6 +36,17 @@
</menu>
</item>
<!-- Title is intentionally left blank in xml and will be set in java. -->
+ <item android:id="@+id/find_in_page_id"
+ android:title="@string/menu_find_in_page"
+ android:orderInCategory="2" />
+ <item android:id="@+id/add_to_homescreen_id"
+ android:title="@string/menu_add_to_homescreen"
+ android:orderInCategory="2" />
+ <item android:id="@+id/request_desktop_site_id"
+ android:title="@string/menu_request_desktop_site"
+ android:checkable="true"
+ android:icon="?android:attr/listChoiceIndicatorMultiple"
+ android:orderInCategory="2" />
<item android:id="@+id/open_in_browser_id"
android:title=""
android:orderInCategory="2" />

Powered by Google App Engine
This is Rietveld 408576698