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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 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 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 9307 matching lines...) Expand 10 before | Expand all | Expand 10 after
9318 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9318 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9319 <description>Please enter the description of the metric.</description> 9319 <description>Please enter the description of the metric.</description>
9320 </action> 9320 </action>
9321 9321
9322 <action name="MobileOmniboxRefineSuggestion"> 9322 <action name="MobileOmniboxRefineSuggestion">
9323 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9323 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9324 <description>Please enter the description of this user action.</description> 9324 <description>Please enter the description of this user action.</description>
9325 </action> 9325 </action>
9326 9326
9327 <action name="MobileOmniboxSearch"> 9327 <action name="MobileOmniboxSearch">
9328 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9328 <owner>mpearson@chromium.org</owner>
9329 <description>Please enter the description of this user action.</description> 9329 <owner>tedchoc@chromium.org</owner>
9330 <description>
9331 User used the omnibox to go somewhere. The action doesn't have to lead to a
9332 search page (except on iOS, where this is only recorded for search-type
9333 navigations).
9334 </description>
9335 <obsolete>
9336 Removed Sep 2016 because the name kept misleading people. Replaced with
9337 MobileOmniboxUse, which has the same semantics.
9338 </obsolete>
9339 </action>
9340
9341 <action name="MobileOmniboxUse">
9342 <owner>mpearson@chromium.org</owner>
9343 <owner>tedchoc@chromium.org</owner>
9344 <description>
9345 User used the omnibox to go somewhere. The action doesn't have to lead to a
9346 search page.
9347 </description>
9330 </action> 9348 </action>
9331 9349
9332 <action name="MobileOmniboxVoiceSearch"> 9350 <action name="MobileOmniboxVoiceSearch">
9333 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9351 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9334 <description>Please enter the description of this user action.</description> 9352 <description>Please enter the description of this user action.</description>
9335 </action> 9353 </action>
9336 9354
9337 <action name="MobilePageLoaded" not_user_triggered="true"> 9355 <action name="MobilePageLoaded" not_user_triggered="true">
9338 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9356 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9339 <description>Please enter the description of this user action.</description> 9357 <description>Please enter the description of this user action.</description>
(...skipping 6038 matching lines...) Expand 10 before | Expand all | Expand 10 after
15378 <action name="webapps.AddShortcut.Manifest"> 15396 <action name="webapps.AddShortcut.Manifest">
15379 <owner>mlamouri@chromium.org</owner> 15397 <owner>mlamouri@chromium.org</owner>
15380 <description> 15398 <description>
15381 Shortcut added to the homescreen with a valid Manifest. This action will be 15399 Shortcut added to the homescreen with a valid Manifest. This action will be
15382 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15400 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15383 to keep a trend of whether the webapp also add meta tags. 15401 to keep a trend of whether the webapp also add meta tags.
15384 </description> 15402 </description>
15385 </action> 15403 </action>
15386 15404
15387 </actions> 15405 </actions>
OLDNEW
« 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