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

Unified Diff: tools/metrics/actions/actions.xml

Issue 455543003: Add MobileUsingMenuBy* metric actions owner and remove an unused one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added <action name="MobileUsingMenuByHwButtonDragging"> back Created 6 years, 4 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/browser/android/uma_bridge.cc ('k') | tools/metrics/actions/extract_actions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 25349cc42b732df8494b6e1e68de81f76eacfdc4..cef55cad9fa72ce5fc69b3a59e6778c99d35aaa6 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -7539,23 +7539,34 @@ should be able to be added at any place in this file.
</action>
<action name="MobileUsingMenuByHwButtonDragging">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Only for Android. Menu is shown by dragging from hardware menu button.
+ </description>
+ <obsolete>
+ Deprecated as of 06/2014. We removed this feature http://crbug.com/366154 .
+ </obsolete>
</action>
<action name="MobileUsingMenuByHwButtonTap">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Only for Android. Menu is shown by tapping hardware menu button.
+ </description>
</action>
<action name="MobileUsingMenuBySwButtonDragging">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Only for Android. Menu is shown by dragging from software menu button.
+ </description>
</action>
<action name="MobileUsingMenuBySwButtonTap">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>kkimlabs@chromium.org</owner>
+ <description>
+ Only for Android. Menu is shown by tapping software menu button.
+ </description>
</action>
<action name="MostVisited0">
« no previous file with comments | « chrome/browser/android/uma_bridge.cc ('k') | tools/metrics/actions/extract_actions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698