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

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

Issue 1547543003: Record UMA for Physical Web settings fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UMA for location permission request Created 4 years, 11 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
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 immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 11147 matching lines...) Expand 10 before | Expand all | Expand 10 after
11158 <action name="PermissionBubbleRequestQueued"> 11158 <action name="PermissionBubbleRequestQueued">
11159 <owner>gbillock@chromium.org</owner> 11159 <owner>gbillock@chromium.org</owner>
11160 <owner>leng@chromium.org</owner> 11160 <owner>leng@chromium.org</owner>
11161 <description> 11161 <description>
11162 A website requested a permission which was queued because an existing 11162 A website requested a permission which was queued because an existing
11163 permission request was already visible. 11163 permission request was already visible.
11164 </description> 11164 </description>
11165 </action> 11165 </action>
11166 11166
11167 <action name="PhysicalWeb.NotificationPressed"> 11167 <action name="PhysicalWeb.NotificationPressed">
11168 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11168 <owner>cco3@chromium.org</owner>
11169 <description>Please enter the description of the metric.</description> 11169 <owner>mattreynolds@chromium.org</owner>
11170 <owner>mmocny@chromium.org</owner>
11171 <description>
11172 A notification advertising nearby Physical Web URLs was pressed.
11173 </description>
11174 </action>
11175
11176 <action name="PhysicalWeb.Prefs.FeatureDisabled">
11177 <owner>cco3@chromium.org</owner>
11178 <owner>mattreynolds@chromium.org</owner>
11179 <owner>mmocny@chromium.org</owner>
11180 <description>
11181 The user has disabled the Physical Web feature via the settings.
11182 </description>
11183 </action>
11184
11185 <action name="PhysicalWeb.Prefs.FeatureEnabled">
11186 <owner>cco3@chromium.org</owner>
11187 <owner>mattreynolds@chromium.org</owner>
11188 <owner>mmocny@chromium.org</owner>
11189 <description>
11190 The user has enabled the Physical Web feature via the settings.
11191 </description>
11192 </action>
11193
11194 <action name="PhysicalWeb.Prefs.LocationDenied">
11195 <owner>cco3@chromium.org</owner>
11196 <owner>mattreynolds@chromium.org</owner>
11197 <owner>mmocny@chromium.org</owner>
11198 <description>
11199 The user denied location permission when enabling the Physical Web feature
11200 via the settings.
11201 </description>
11202 </action>
11203
11204 <action name="PhysicalWeb.Prefs.LocationGranted">
11205 <owner>cco3@chromium.org</owner>
11206 <owner>mattreynolds@chromium.org</owner>
11207 <owner>mmocny@chromium.org</owner>
11208 <description>
11209 The user granted location permission when enabling the Physical Web feature
11210 via the settings.
11211 </description>
11170 </action> 11212 </action>
11171 11213
11172 <action name="PhysicalWeb.UrlSelected"> 11214 <action name="PhysicalWeb.UrlSelected">
11173 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11215 <owner>cco3@chromium.org</owner>
11174 <description>Please enter the description of the metric.</description> 11216 <owner>mattreynolds@chromium.org</owner>
11217 <owner>mmocny@chromium.org</owner>
11218 <description>A Physical Web URL was selected.</description>
11175 </action> 11219 </action>
11176 11220
11177 <action name="PlatformVerificationAccepted"> 11221 <action name="PlatformVerificationAccepted">
11178 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11222 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11179 <description>Please enter the description of this user action.</description> 11223 <description>Please enter the description of this user action.</description>
11180 </action> 11224 </action>
11181 11225
11182 <action name="PlatformVerificationRejected"> 11226 <action name="PlatformVerificationRejected">
11183 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11227 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11184 <description>Please enter the description of this user action.</description> 11228 <description>Please enter the description of this user action.</description>
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after
13589 <action name="webapps.AddShortcut.Manifest"> 13633 <action name="webapps.AddShortcut.Manifest">
13590 <owner>mlamouri@chromium.org</owner> 13634 <owner>mlamouri@chromium.org</owner>
13591 <description> 13635 <description>
13592 Shortcut added to the homescreen with a valid Manifest. This action will be 13636 Shortcut added to the homescreen with a valid Manifest. This action will be
13593 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13637 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13594 to keep a trend of whether the webapp also add meta tags. 13638 to keep a trend of whether the webapp also add meta tags.
13595 </description> 13639 </description>
13596 </action> 13640 </action>
13597 13641
13598 </actions> 13642 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PhysicalWebPreferenceFragment.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698