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

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

Issue 1868273002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 12439 matching lines...) Expand 10 before | Expand all | Expand 10 after
12450 <action name="ShowSessions"> 12450 <action name="ShowSessions">
12451 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12451 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12452 <description>Please enter the description of this user action.</description> 12452 <description>Please enter the description of this user action.</description>
12453 </action> 12453 </action>
12454 12454
12455 <action name="Shutdown"> 12455 <action name="Shutdown">
12456 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12456 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12457 <description>Please enter the description of this user action.</description> 12457 <description>Please enter the description of this user action.</description>
12458 </action> 12458 </action>
12459 12459
12460 <action name="Signin_AccountSettings_GoogleActivityControlsClicked">
12461 <owner>mahmadi@chromium.org</owner>
12462 <description>
12463 Recorded when the user clicks the &quot;Google Activity Controls&quot; link
12464 in the account settings page.
12465 </description>
12466 </action>
12467
12460 <action name="Signin_AddAccountToDevice"> 12468 <action name="Signin_AddAccountToDevice">
12461 <owner>gogerald@chromium.org</owner> 12469 <owner>gogerald@chromium.org</owner>
12462 <description> 12470 <description>
12463 Recorded when the user chooses to add an account to device. 12471 Recorded when the user chooses to add an account to device.
12464 </description> 12472 </description>
12465 </action> 12473 </action>
12466 12474
12467 <action name="Signin_EnterpriseAccountPrompt_Cancel"> 12475 <action name="Signin_EnterpriseAccountPrompt_Cancel">
12468 <owner>gogerald@chromium.org</owner> 12476 <owner>gogerald@chromium.org</owner>
12469 <description> 12477 <description>
(...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after
14163 <action name="webapps.AddShortcut.Manifest"> 14171 <action name="webapps.AddShortcut.Manifest">
14164 <owner>mlamouri@chromium.org</owner> 14172 <owner>mlamouri@chromium.org</owner>
14165 <description> 14173 <description>
14166 Shortcut added to the homescreen with a valid Manifest. This action will be 14174 Shortcut added to the homescreen with a valid Manifest. This action will be
14167 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14175 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14168 to keep a trend of whether the webapp also add meta tags. 14176 to keep a trend of whether the webapp also add meta tags.
14169 </description> 14177 </description>
14170 </action> 14178 </action>
14171 14179
14172 </actions> 14180 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698