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

Side by Side Diff: chrome/android/java/res/menu/custom_tabs_menu.xml

Issue 2707993003: [Android]: Hide add-to-homescreen app menu item when WebAPK is installed (Closed)
Patch Set: Add new state for 'Add to Homescreen' Menu item Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/menu/main_menu.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 6 <menu xmlns:android="http://schemas.android.com/apk/res/android">
7 <item android:id="@+id/icon_row_menu_id" 7 <item android:id="@+id/icon_row_menu_id"
8 android:title="@null" 8 android:title="@null"
9 android:orderInCategory="0" > 9 android:orderInCategory="0" >
10 <menu> 10 <menu>
(...skipping 24 matching lines...) Expand all
35 android:title="@null" /> 35 android:title="@null" />
36 </menu> 36 </menu>
37 </item> 37 </item>
38 <!-- Title is intentionally left blank in xml and will be set in java. - -> 38 <!-- Title is intentionally left blank in xml and will be set in java. - ->
39 <item android:id="@+id/find_in_page_id" 39 <item android:id="@+id/find_in_page_id"
40 android:title="@string/menu_find_in_page" 40 android:title="@string/menu_find_in_page"
41 android:orderInCategory="2" /> 41 android:orderInCategory="2" />
42 <item android:id="@+id/add_to_homescreen_id" 42 <item android:id="@+id/add_to_homescreen_id"
43 android:title="@string/menu_add_to_homescreen" 43 android:title="@string/menu_add_to_homescreen"
44 android:orderInCategory="2" /> 44 android:orderInCategory="2" />
45 <item android:id="@+id/open_webapk_id"
46 android:title="@string/menu_open_webapk"
47 android:orderInCategory="2" />
45 <item android:id="@+id/request_desktop_site_id" 48 <item android:id="@+id/request_desktop_site_id"
46 android:title="@string/menu_request_desktop_site" 49 android:title="@string/menu_request_desktop_site"
47 android:checkable="true" 50 android:checkable="true"
48 android:icon="?android:attr/listChoiceIndicatorMultiple" 51 android:icon="?android:attr/listChoiceIndicatorMultiple"
49 android:orderInCategory="2" /> 52 android:orderInCategory="2" />
50 <item android:id="@+id/open_in_browser_id" 53 <item android:id="@+id/open_in_browser_id"
51 android:title="" 54 android:title=""
52 android:orderInCategory="2" /> 55 android:orderInCategory="2" />
53 </menu> 56 </menu>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/menu/main_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698