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

Unified Diff: tools/metrics/actions/actions.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: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 77a98b91e8239cfdaa353e7ecb994994ba153a60..03048e06f1eff29dfe945c6d12c0580c7ee64b5b 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -9733,6 +9733,14 @@ should be able to be added at any place in this file.
<obsolete>This action was renamed to MobileMenuRecentTabs.</obsolete>
</action>
+<action name="MobileMenuOpenWebApk">
+ <owner>hanxi@chromium.org</owner>
+ <owner>pkotwicz@chromium.org</owner>
+ <description>
+ User successfully opened a WebAPK by pressing 'Open WebAPK' in the app menu.
+ </description>
+</action>
+
<action name="MobileMenuPrint">
<owner>aurimas@chromium.org</owner>
<description>User pressed 'Print' in the app menu.</description>

Powered by Google App Engine
This is Rietveld 408576698