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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 1130793006: Add UMA actions and histogram for the NPAPI InfoBar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: put unknown at top of histogram Created 5 years, 7 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/browser/plugins/plugin_metadata.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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. 9 and description for each user action.
10 10
(...skipping 8192 matching lines...) Expand 10 before | Expand all | Expand 10 after
8203 <action name="MoveWordLeft"> 8203 <action name="MoveWordLeft">
8204 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8204 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8205 <description>Please enter the description of this user action.</description> 8205 <description>Please enter the description of this user action.</description>
8206 </action> 8206 </action>
8207 8207
8208 <action name="MoveWordRight"> 8208 <action name="MoveWordRight">
8209 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8209 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8210 <description>Please enter the description of this user action.</description> 8210 <description>Please enter the description of this user action.</description>
8211 </action> 8211 </action>
8212 8212
8213 <action name="NPAPIRemovalInfobar.LearnMore">
8214 <owner>wfh@chromium.org</owner>
8215 <description>
8216 Recorded when the NPAPI removal infobar link is clicked.
8217 </description>
8218 </action>
8219
8220 <action name="NPAPIRemovalInfobar.Shown">
8221 <owner>wfh@chromium.org</owner>
8222 <description>Recorded when the NPAPI removal infobar is shown.</description>
8223 </action>
8224
8213 <action name="NTPPromoClosed"> 8225 <action name="NTPPromoClosed">
8214 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8226 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8215 <description>Please enter the description of this user action.</description> 8227 <description>Please enter the description of this user action.</description>
8216 </action> 8228 </action>
8217 8229
8218 <action name="NTPPromoShown"> 8230 <action name="NTPPromoShown">
8219 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8231 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8220 <description>Please enter the description of this user action.</description> 8232 <description>Please enter the description of this user action.</description>
8221 </action> 8233 </action>
8222 8234
(...skipping 4100 matching lines...) Expand 10 before | Expand all | Expand 10 after
12323 <action name="webapps.AddShortcut.Manifest"> 12335 <action name="webapps.AddShortcut.Manifest">
12324 <owner>mlamouri@chromium.org</owner> 12336 <owner>mlamouri@chromium.org</owner>
12325 <description> 12337 <description>
12326 Shortcut added to the homescreen with a valid Manifest. This action will be 12338 Shortcut added to the homescreen with a valid Manifest. This action will be
12327 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12339 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12328 to keep a trend of whether the webapp also add meta tags. 12340 to keep a trend of whether the webapp also add meta tags.
12329 </description> 12341 </description>
12330 </action> 12342 </action>
12331 12343
12332 </actions> 12344 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_metadata.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698