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

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

Issue 1807343002: Add Physical Web UMA for ListUrlsActivity referers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 11433 matching lines...) Expand 10 before | Expand all | Expand 10 after
11444 </description> 11444 </description>
11445 </action> 11445 </action>
11446 11446
11447 <action name="PhysicalWeb.NotificationPressed"> 11447 <action name="PhysicalWeb.NotificationPressed">
11448 <owner>cco3@chromium.org</owner> 11448 <owner>cco3@chromium.org</owner>
11449 <owner>mattreynolds@chromium.org</owner> 11449 <owner>mattreynolds@chromium.org</owner>
11450 <owner>mmocny@chromium.org</owner> 11450 <owner>mmocny@chromium.org</owner>
11451 <description> 11451 <description>
11452 A notification advertising nearby Physical Web URLs was pressed. 11452 A notification advertising nearby Physical Web URLs was pressed.
11453 </description> 11453 </description>
11454 <obsolete>Replaced by the histogram PhysicalWeb.ActivityReferral</obsolete>
11454 </action> 11455 </action>
11455 11456
11456 <action name="PhysicalWeb.OptIn.DeclineButtonPressed"> 11457 <action name="PhysicalWeb.OptIn.DeclineButtonPressed">
11457 <owner>cco3@chromium.org</owner> 11458 <owner>cco3@chromium.org</owner>
11458 <owner>mattreynolds@chromium.org</owner> 11459 <owner>mattreynolds@chromium.org</owner>
11459 <owner>mmocny@chromium.org</owner> 11460 <owner>mmocny@chromium.org</owner>
11460 <description> 11461 <description>
11461 The user has disabled the Physical Web feature via the settings. 11462 The user has disabled the Physical Web feature via the settings.
11462 </description> 11463 </description>
11463 </action> 11464 </action>
(...skipping 2579 matching lines...) Expand 10 before | Expand all | Expand 10 after
14043 <action name="webapps.AddShortcut.Manifest"> 14044 <action name="webapps.AddShortcut.Manifest">
14044 <owner>mlamouri@chromium.org</owner> 14045 <owner>mlamouri@chromium.org</owner>
14045 <description> 14046 <description>
14046 Shortcut added to the homescreen with a valid Manifest. This action will be 14047 Shortcut added to the homescreen with a valid Manifest. This action will be
14047 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14048 to keep a trend of whether the webapp also add meta tags. 14049 to keep a trend of whether the webapp also add meta tags.
14049 </description> 14050 </description>
14050 </action> 14051 </action>
14051 14052
14052 </actions> 14053 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698