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

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: Added comment 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 12689 matching lines...) Expand 10 before | Expand all | Expand 10 after
12700 Recorded on sign in start from access point 12700 Recorded on sign in start from access point
12701 signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER. 12701 signin_metrics::AccessPoint::ACCESS_POINT_USER_MANAGER.
12702 </description> 12702 </description>
12703 </action> 12703 </action>
12704 12704
12705 <action name="Signin_Signin_Succeed"> 12705 <action name="Signin_Signin_Succeed">
12706 <owner>gogerald@chromium.org</owner> 12706 <owner>gogerald@chromium.org</owner>
12707 <description>Recorded when user sign in was successful.</description> 12707 <description>Recorded when user sign in was successful.</description>
12708 </action> 12708 </action>
12709 12709
12710 <action name="Signin_Signin_WithActivityControlsCheckbox">
12711 <owner>mahmadi@chromium.org</owner>
12712 <description>
12713 Recorded when the user checks the checkbox to be taken to the 'Activity
12714 controls' section of the privacy settings page and chooses default or
12715 advanced sync settings in the sign in succeed confirmation dialog.
12716 </description>
12717 </action>
12718
12710 <action name="Signin_Signin_WithAdvancedSyncSettings"> 12719 <action name="Signin_Signin_WithAdvancedSyncSettings">
12711 <owner>gogerald@chromium.org</owner> 12720 <owner>gogerald@chromium.org</owner>
12712 <description> 12721 <description>
12713 Recorded when the user chooses advanced sync settings in the sign in succeed 12722 Recorded when the user chooses advanced sync settings in the sign in succeed
12714 confirmation dialog. 12723 confirmation dialog.
12715 </description> 12724 </description>
12716 </action> 12725 </action>
12717 12726
12718 <action name="Signin_Signin_WithDefaultSyncSettings"> 12727 <action name="Signin_Signin_WithDefaultSyncSettings">
12719 <owner>gogerald@chromium.org</owner> 12728 <owner>gogerald@chromium.org</owner>
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
14087 <action name="webapps.AddShortcut.Manifest"> 14096 <action name="webapps.AddShortcut.Manifest">
14088 <owner>mlamouri@chromium.org</owner> 14097 <owner>mlamouri@chromium.org</owner>
14089 <description> 14098 <description>
14090 Shortcut added to the homescreen with a valid Manifest. This action will be 14099 Shortcut added to the homescreen with a valid Manifest. This action will be
14091 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14100 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14092 to keep a trend of whether the webapp also add meta tags. 14101 to keep a trend of whether the webapp also add meta tags.
14093 </description> 14102 </description>
14094 </action> 14103 </action>
14095 14104
14096 </actions> 14105 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698