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

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

Issue 2094453003: Enable UMA tracking of --enable-experimental-web-platform-features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/about_flags.cc ('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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 <action name="AboutFlags_downloads-new-ui"> 157 <action name="AboutFlags_downloads-new-ui">
158 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 158 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
159 <description>Please enter the description of this user action.</description> 159 <description>Please enter the description of this user action.</description>
160 </action> 160 </action>
161 161
162 <action name="AboutFlags_enable-chrome-to-mobile"> 162 <action name="AboutFlags_enable-chrome-to-mobile">
163 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 163 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
164 <description>Please enter the description of this user action.</description> 164 <description>Please enter the description of this user action.</description>
165 </action> 165 </action>
166 166
167 <action name="AboutFlags_enable-experimental-web-platform-features">
168 <owner>rbyers@chromium.org</owner>
169 <description>
170 User flag to enable web APIs marked as status=experimental
171 RuntimeEnabledFeatures.
172 </description>
173 </action>
174
167 <action name="AboutFlags_enable-nacl"> 175 <action name="AboutFlags_enable-nacl">
168 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 176 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
169 <description>Please enter the description of this user action.</description> 177 <description>Please enter the description of this user action.</description>
170 </action> 178 </action>
171 179
172 <action name="AboutFlags_enable-nacl-debug"> 180 <action name="AboutFlags_enable-nacl-debug">
173 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 181 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
174 <description>Please enter the description of this user action.</description> 182 <description>Please enter the description of this user action.</description>
175 </action> 183 </action>
176 184
(...skipping 14669 matching lines...) Expand 10 before | Expand all | Expand 10 after
14846 <action name="webapps.AddShortcut.Manifest"> 14854 <action name="webapps.AddShortcut.Manifest">
14847 <owner>mlamouri@chromium.org</owner> 14855 <owner>mlamouri@chromium.org</owner>
14848 <description> 14856 <description>
14849 Shortcut added to the homescreen with a valid Manifest. This action will be 14857 Shortcut added to the homescreen with a valid Manifest. This action will be
14850 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14858 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14851 to keep a trend of whether the webapp also add meta tags. 14859 to keep a trend of whether the webapp also add meta tags.
14852 </description> 14860 </description>
14853 </action> 14861 </action>
14854 14862
14855 </actions> 14863 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698