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

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

Issue 1509713004: Add a default share button to the menu of Custom Tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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/android/support/customtabs/CustomTabsIntent.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 370b13970f0eeca5c8eee3fa3a2d85d90c7472f8..ebf31755afaca004a920ecb0d18c5bace83e6282 100644
--- a/chrome/android/java/res/menu/custom_tabs_menu.xml
+++ b/chrome/android/java/res/menu/custom_tabs_menu.xml
@@ -19,6 +19,9 @@
android:icon="@drawable/btn_reload_stop"/>
</menu>
</item>
+ <item android:id="@+id/share_menu_id"
+ android:title="@string/menu_share_page"
+ android:orderInCategory="2" />
<item android:id="@+id/find_in_page_id"
android:title="@string/menu_find_in_page"
android:orderInCategory="2" />
« no previous file with comments | « no previous file | chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698