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

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: 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 12653 matching lines...) Expand 10 before | Expand all | Expand 10 after
12664 Recorded on sign in start from access point 12664 Recorded on sign in start from access point
12665 signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER. 12665 signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER.
12666 </description> 12666 </description>
12667 </action> 12667 </action>
12668 12668
12669 <action name="Signin_Signin_Succeed"> 12669 <action name="Signin_Signin_Succeed">
12670 <owner>gogerald@chromium.org</owner> 12670 <owner>gogerald@chromium.org</owner>
12671 <description>Recorded when user sign in was successful.</description> 12671 <description>Recorded when user sign in was successful.</description>
12672 </action> 12672 </action>
12673 12673
12674 <action name="Signin_Signin_WithActivityControls">
12675 <owner>mahmadi@chromium.org</owner>
12676 <description>
12677 Recorded when the user chooses default sync settings in the sign in succeed
12678 confirmation dialog, while has checked the checkbox to be taken to the
12679 'Activity controls' section of the privacy settings page.
12680 </description>
12681 </action>
12682
12674 <action name="Signin_Signin_WithAdvancedSyncSettings"> 12683 <action name="Signin_Signin_WithAdvancedSyncSettings">
12675 <owner>gogerald@chromium.org</owner> 12684 <owner>gogerald@chromium.org</owner>
12676 <description> 12685 <description>
12677 Recorded when the user chooses advanced sync settings in the sign in succeed 12686 Recorded when the user chooses advanced sync settings in the sign in succeed
12678 confirmation dialog. 12687 confirmation dialog.
12679 </description> 12688 </description>
12680 </action> 12689 </action>
12681 12690
12682 <action name="Signin_Signin_WithDefaultSyncSettings"> 12691 <action name="Signin_Signin_WithDefaultSyncSettings">
12683 <owner>gogerald@chromium.org</owner> 12692 <owner>gogerald@chromium.org</owner>
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
14043 <action name="webapps.AddShortcut.Manifest"> 14052 <action name="webapps.AddShortcut.Manifest">
14044 <owner>mlamouri@chromium.org</owner> 14053 <owner>mlamouri@chromium.org</owner>
14045 <description> 14054 <description>
14046 Shortcut added to the homescreen with a valid Manifest. This action will be 14055 Shortcut added to the homescreen with a valid Manifest. This action will be
14047 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14056 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14048 to keep a trend of whether the webapp also add meta tags. 14057 to keep a trend of whether the webapp also add meta tags.
14049 </description> 14058 </description>
14050 </action> 14059 </action>
14051 14060
14052 </actions> 14061 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698