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

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

Powered by Google App Engine
This is Rietveld 408576698