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

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

Issue 1806353002: Enhanced Sync Confirmation modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 12717 matching lines...) Expand 10 before | Expand all | Expand 10 after
12728 Recorded on sign in start from access point 12728 Recorded on sign in start from access point
12729 signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER. 12729 signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER.
12730 </description> 12730 </description>
12731 </action> 12731 </action>
12732 12732
12733 <action name="Signin_Signin_Succeed"> 12733 <action name="Signin_Signin_Succeed">
12734 <owner>gogerald@chromium.org</owner> 12734 <owner>gogerald@chromium.org</owner>
12735 <description>Recorded when user sign in was successful.</description> 12735 <description>Recorded when user sign in was successful.</description>
12736 </action> 12736 </action>
12737 12737
12738 <action name="Signin_Signin_WithActivityControlsCheckbox">
12739 <owner>mahmadi@chromium.org</owner>
12740 <description>
12741 Recorded when the user checks the checkbox to be taken to the 'Activity
12742 controls' section of the privacy settings page and chooses default or
12743 advanced sync settings in the sign in succeed confirmation dialog.
12744 </description>
12745 </action>
12746
12738 <action name="Signin_Signin_WithAdvancedSyncSettings"> 12747 <action name="Signin_Signin_WithAdvancedSyncSettings">
12739 <owner>gogerald@chromium.org</owner> 12748 <owner>gogerald@chromium.org</owner>
12740 <description> 12749 <description>
12741 Recorded when the user chooses advanced sync settings in the sign in succeed 12750 Recorded when the user chooses advanced sync settings in the sign in succeed
12742 confirmation dialog. 12751 confirmation dialog.
12743 </description> 12752 </description>
12744 </action> 12753 </action>
12745 12754
12746 <action name="Signin_Signin_WithDefaultSyncSettings"> 12755 <action name="Signin_Signin_WithDefaultSyncSettings">
12747 <owner>gogerald@chromium.org</owner> 12756 <owner>gogerald@chromium.org</owner>
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
14115 <action name="webapps.AddShortcut.Manifest"> 14124 <action name="webapps.AddShortcut.Manifest">
14116 <owner>mlamouri@chromium.org</owner> 14125 <owner>mlamouri@chromium.org</owner>
14117 <description> 14126 <description>
14118 Shortcut added to the homescreen with a valid Manifest. This action will be 14127 Shortcut added to the homescreen with a valid Manifest. This action will be
14119 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14128 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14120 to keep a trend of whether the webapp also add meta tags. 14129 to keep a trend of whether the webapp also add meta tags.
14121 </description> 14130 </description>
14122 </action> 14131 </action>
14123 14132
14124 </actions> 14133 </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