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

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

Issue 1208503002: Let product name be visible in app menu of custom tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 7ac980b0f41bc727bad38347c77feafecee2b6e4..370b13970f0eeca5c8eee3fa3a2d85d90c7472f8 100644
--- a/chrome/android/java/res/menu/custom_tabs_menu.xml
+++ b/chrome/android/java/res/menu/custom_tabs_menu.xml
@@ -22,7 +22,8 @@
<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_chrome_id"
- android:title="@string/menu_open_in_chrome"
+ android:title=""
android:orderInCategory="2" />
</menu>

Powered by Google App Engine
This is Rietveld 408576698