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

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: Addressed Dan's comments + rebase 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
« no previous file with comments | « chrome/common/url_constants.cc ('k') | ui/webui/resources/images/200-logo_chrome.png » ('j') | 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 12526 matching lines...) Expand 10 before | Expand all | Expand 10 after
12537 <action name="ShowSessions"> 12537 <action name="ShowSessions">
12538 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12538 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12539 <description>Please enter the description of this user action.</description> 12539 <description>Please enter the description of this user action.</description>
12540 </action> 12540 </action>
12541 12541
12542 <action name="Shutdown"> 12542 <action name="Shutdown">
12543 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12543 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12544 <description>Please enter the description of this user action.</description> 12544 <description>Please enter the description of this user action.</description>
12545 </action> 12545 </action>
12546 12546
12547 <action name="Signin_AccountSettings_GoogleActivityControlsClicked">
12548 <owner>mahmadi@chromium.org</owner>
12549 <description>
12550 Recorded when the user clicks the &quot;Google Activity Controls&quot; link
12551 in the account settings page.
12552 </description>
12553 </action>
12554
12547 <action name="Signin_AddAccountToDevice"> 12555 <action name="Signin_AddAccountToDevice">
12548 <owner>gogerald@chromium.org</owner> 12556 <owner>gogerald@chromium.org</owner>
12549 <description> 12557 <description>
12550 Recorded when the user chooses to add an account to device. 12558 Recorded when the user chooses to add an account to device.
12551 </description> 12559 </description>
12552 </action> 12560 </action>
12553 12561
12554 <action name="Signin_EnterpriseAccountPrompt_Cancel"> 12562 <action name="Signin_EnterpriseAccountPrompt_Cancel">
12555 <owner>gogerald@chromium.org</owner> 12563 <owner>gogerald@chromium.org</owner>
12556 <description> 12564 <description>
(...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after
14250 <action name="webapps.AddShortcut.Manifest"> 14258 <action name="webapps.AddShortcut.Manifest">
14251 <owner>mlamouri@chromium.org</owner> 14259 <owner>mlamouri@chromium.org</owner>
14252 <description> 14260 <description>
14253 Shortcut added to the homescreen with a valid Manifest. This action will be 14261 Shortcut added to the homescreen with a valid Manifest. This action will be
14254 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14262 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14255 to keep a trend of whether the webapp also add meta tags. 14263 to keep a trend of whether the webapp also add meta tags.
14256 </description> 14264 </description>
14257 </action> 14265 </action>
14258 14266
14259 </actions> 14267 </actions>
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | ui/webui/resources/images/200-logo_chrome.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698