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

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

Issue 2951133003: Clean up tinted ImageView subclasses (Closed)
Patch Set: Comments Created 3 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
« no previous file with comments | « chrome/android/java/res/layout/update_menu_item.xml ('k') | chrome/android/java/res/menu/main_menu.xml » ('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 28540e075f5db64d898cfae2860b5b3cf20ba979..0510bd2a750db3513929ab5958da62d93b9e3c7f 100644
--- a/chrome/android/java/res/menu/custom_tabs_menu.xml
+++ b/chrome/android/java/res/menu/custom_tabs_menu.xml
@@ -45,11 +45,17 @@
<item android:id="@+id/open_webapk_id"
android:title="@string/menu_open_webapk"
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/request_desktop_site_row_menu_id"
+ android:title="@null"
+ android:orderInCategory="2">
+ <menu>
+ <item android:id="@+id/request_desktop_site_id"
+ android:title="@string/menu_request_desktop_site" />
+ <item android:id="@+id/request_desktop_site_check_id"
+ android:title="@null"
+ android:checkable="true" />
+ </menu>
+ </item>
<item android:id="@+id/open_in_browser_id"
android:title=""
android:orderInCategory="2" />
« no previous file with comments | « chrome/android/java/res/layout/update_menu_item.xml ('k') | chrome/android/java/res/menu/main_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698