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

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

Issue 1135733004: Merge M43: Add UMA actions and histogram for the NPAPI InfoBar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2357
Patch Set: 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 8158 matching lines...) Expand 10 before | Expand all | Expand 10 after
8169 <action name="MoveWordLeft"> 8169 <action name="MoveWordLeft">
8170 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8170 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8171 <description>Please enter the description of this user action.</description> 8171 <description>Please enter the description of this user action.</description>
8172 </action> 8172 </action>
8173 8173
8174 <action name="MoveWordRight"> 8174 <action name="MoveWordRight">
8175 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8175 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8176 <description>Please enter the description of this user action.</description> 8176 <description>Please enter the description of this user action.</description>
8177 </action> 8177 </action>
8178 8178
8179 <action name="NPAPIRemovalInfobar.LearnMore">
8180 <owner>wfh@chromium.org</owner>
8181 <description>
8182 Recorded when the NPAPI removal infobar link is clicked.
8183 </description>
8184 </action>
8185
8186 <action name="NPAPIRemovalInfobar.Shown">
8187 <owner>wfh@chromium.org</owner>
8188 <description>Recorded when the NPAPI removal infobar is shown.</description>
8189 </action>
8190
8179 <action name="NTPPromoClosed"> 8191 <action name="NTPPromoClosed">
8180 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8192 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8181 <description>Please enter the description of this user action.</description> 8193 <description>Please enter the description of this user action.</description>
8182 </action> 8194 </action>
8183 8195
8184 <action name="NTPPromoShown"> 8196 <action name="NTPPromoShown">
8185 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8197 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8186 <description>Please enter the description of this user action.</description> 8198 <description>Please enter the description of this user action.</description>
8187 </action> 8199 </action>
8188 8200
(...skipping 3975 matching lines...) Expand 10 before | Expand all | Expand 10 after
12164 <action name="webapps.AddShortcut.Manifest"> 12176 <action name="webapps.AddShortcut.Manifest">
12165 <owner>mlamouri@chromium.org</owner> 12177 <owner>mlamouri@chromium.org</owner>
12166 <description> 12178 <description>
12167 Shortcut added to the homescreen with a valid Manifest. This action will be 12179 Shortcut added to the homescreen with a valid Manifest. This action will be
12168 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12180 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12169 to keep a trend of whether the webapp also add meta tags. 12181 to keep a trend of whether the webapp also add meta tags.
12170 </description> 12182 </description>
12171 </action> 12183 </action>
12172 12184
12173 </actions> 12185 </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