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

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

Issue 2096883003: bluetooth: Enable UMA tracking of --enable-web-bluetooth flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 <description> 196 <description>
197 User enabled the &quot;PointerEvent&quot; blink feature via chrome://flags. 197 User enabled the &quot;PointerEvent&quot; blink feature via chrome://flags.
198 </description> 198 </description>
199 </action> 199 </action>
200 200
201 <action name="AboutFlags_enable-smooth-scrolling"> 201 <action name="AboutFlags_enable-smooth-scrolling">
202 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 202 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
203 <description>Please enter the description of this user action.</description> 203 <description>Please enter the description of this user action.</description>
204 </action> 204 </action>
205 205
206 <action name="AboutFlags_enable-web-bluetooth">
207 <owner>jyasskin@chromium.org</owner>
208 <owner>ortuno@chromium.org</owner>
209 <owner>scheib@chromium.org</owner>
210 <description>User enabled Web Bluetooth via chrome://flags.</description>
211 </action>
212
206 <action name="AboutFlags_enable-website-settings"> 213 <action name="AboutFlags_enable-website-settings">
207 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 214 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
208 <description>Please enter the description of this user action.</description> 215 <description>Please enter the description of this user action.</description>
209 </action> 216 </action>
210 217
211 <action name="AboutFlags_enable-wifi-credential-sync"> 218 <action name="AboutFlags_enable-wifi-credential-sync">
212 <owner>quiche@chromium.org</owner> 219 <owner>quiche@chromium.org</owner>
213 <description> 220 <description>
214 User enabled WiFi credential sync via chrome://flags. 221 User enabled WiFi credential sync via chrome://flags.
215 </description> 222 </description>
(...skipping 14630 matching lines...) Expand 10 before | Expand all | Expand 10 after
14846 <action name="webapps.AddShortcut.Manifest"> 14853 <action name="webapps.AddShortcut.Manifest">
14847 <owner>mlamouri@chromium.org</owner> 14854 <owner>mlamouri@chromium.org</owner>
14848 <description> 14855 <description>
14849 Shortcut added to the homescreen with a valid Manifest. This action will be 14856 Shortcut added to the homescreen with a valid Manifest. This action will be
14850 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14857 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14851 to keep a trend of whether the webapp also add meta tags. 14858 to keep a trend of whether the webapp also add meta tags.
14852 </description> 14859 </description>
14853 </action> 14860 </action>
14854 14861
14855 </actions> 14862 </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