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

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

Issue 2340063002: Add UMA Description for OmniboxMobileSearch (Closed)
Patch Set: additional clarification Created 4 years, 3 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/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java ('k') | no next file » | 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 be49f6922c76dec00c3906ce7c77045a2918d12a..0e598438ec9cdebfc2842600cf258f8935f15995 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -9325,8 +9325,26 @@ should be able to be added at any place in this file.
</action>
<action name="MobileOmniboxSearch">
- <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>mpearson@chromium.org</owner>
+ <owner>tedchoc@chromium.org</owner>
+ <description>
+ User used the omnibox to go somewhere. The action doesn't have to lead to a
+ search page (except on iOS, where this is only recorded for search-type
+ navigations).
+ </description>
+ <obsolete>
+ Removed Sep 2016 because the name kept misleading people. Replaced with
+ MobileOmniboxUse, which has the same semantics.
+ </obsolete>
+</action>
+
+<action name="MobileOmniboxUse">
+ <owner>mpearson@chromium.org</owner>
+ <owner>tedchoc@chromium.org</owner>
+ <description>
+ User used the omnibox to go somewhere. The action doesn't have to lead to a
+ search page.
+ </description>
</action>
<action name="MobileOmniboxVoiceSearch">
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698