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

Unified Diff: chrome/android/java/res/menu/main_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, 10 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/main_menu.xml
diff --git a/chrome/android/java/res/menu/main_menu.xml b/chrome/android/java/res/menu/main_menu.xml
index 963d4b40e1e923c77966390c13b486dda818c804..0b567d351903355da44fc381e1de30d94eb76751 100644
--- a/chrome/android/java/res/menu/main_menu.xml
+++ b/chrome/android/java/res/menu/main_menu.xml
@@ -57,6 +57,8 @@
android:title="@string/menu_find_in_page" />
<item android:id="@+id/add_to_homescreen_id"
android:title="@string/menu_add_to_homescreen" />
+ <item android:id="@+id/open_webapk_id"
+ android:title="@string/menu_open_webapk" />
<item android:id="@+id/request_desktop_site_id"
android:title="@string/menu_request_desktop_site"
android:checkable="true"
@@ -100,4 +102,3 @@
android:title="@string/menu_preferences" />
</group>
</menu>
-

Powered by Google App Engine
This is Rietveld 408576698