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

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

Issue 2253043002: Add signin metrics access points used on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new access points to inline_login_handler.cc Created 4 years, 4 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 13665 matching lines...) Expand 10 before | Expand all | Expand 10 after
13676 </description> 13676 </description>
13677 </action> 13677 </action>
13678 13678
13679 <action name="Signin_Impression_FromPasswordBubble"> 13679 <action name="Signin_Impression_FromPasswordBubble">
13680 <owner>gogerald@chromium.org</owner> 13680 <owner>gogerald@chromium.org</owner>
13681 <description> 13681 <description>
13682 Recorded when showing sign in entry in the saving password bubble. 13682 Recorded when showing sign in entry in the saving password bubble.
13683 </description> 13683 </description>
13684 </action> 13684 </action>
13685 13685
13686 <action name="Signin_Impression_FromReSigninInfobar">
13687 <owner>bzanotti@chromium.org</owner>
13688 <description>
13689 Recorded when showing sign in entry in the re-signin infobar.
13690 </description>
13691 </action>
13692
13686 <action name="Signin_Impression_FromRecentTabs"> 13693 <action name="Signin_Impression_FromRecentTabs">
13687 <owner>gogerald@chromium.org</owner> 13694 <owner>gogerald@chromium.org</owner>
13688 <description> 13695 <description>
13689 Recorded when showing sign in entry in the recent tabs page. 13696 Recorded when showing sign in entry in the recent tabs page.
13690 </description> 13697 </description>
13691 </action> 13698 </action>
13692 13699
13693 <action name="Signin_Impression_FromSigninPromo"> 13700 <action name="Signin_Impression_FromSigninPromo">
13694 <owner>gogerald@chromium.org</owner> 13701 <owner>gogerald@chromium.org</owner>
13695 <description> 13702 <description>
13696 Recorded when showing sign in entry in the sign in promo. 13703 Recorded when showing sign in entry in the sign in promo.
13697 </description> 13704 </description>
13698 </action> 13705 </action>
13699 13706
13700 <action name="Signin_Impression_FromStartPage"> 13707 <action name="Signin_Impression_FromStartPage">
13701 <owner>gogerald@chromium.org</owner> 13708 <owner>gogerald@chromium.org</owner>
13702 <description> 13709 <description>
13703 Recorded when showing sign in entry in the first run experience. 13710 Recorded when showing sign in entry in the first run experience.
13704 </description> 13711 </description>
13705 <obsolete>Removed from codebase.</obsolete> 13712 <obsolete>Removed from codebase.</obsolete>
13706 </action> 13713 </action>
13707 13714
13715 <action name="Signin_Impression_FromTabSwitcher">
13716 <owner>bzanotti@chromium.org</owner>
13717 <description>
13718 Recorded when showing sign in entry in the tab switcher.
13719 </description>
13720 </action>
13721
13708 <action name="Signin_MoreButton_Shown"> 13722 <action name="Signin_MoreButton_Shown">
13709 <owner>gogerald@chromium.org</owner> 13723 <owner>gogerald@chromium.org</owner>
13710 <owner>bzanotti@chromium.org</owner> 13724 <owner>bzanotti@chromium.org</owner>
13711 <description> 13725 <description>
13712 Recorded when the More button is shown on the sign in confirmation screen. 13726 Recorded when the More button is shown on the sign in confirmation screen.
13713 </description> 13727 </description>
13714 </action> 13728 </action>
13715 13729
13716 <action name="Signin_Show_EnterpriseAccountPrompt"> 13730 <action name="Signin_Show_EnterpriseAccountPrompt">
13717 <owner>gogerald@chromium.org</owner> 13731 <owner>gogerald@chromium.org</owner>
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
13849 </action> 13863 </action>
13850 13864
13851 <action name="Signin_Signin_FromPasswordBubble"> 13865 <action name="Signin_Signin_FromPasswordBubble">
13852 <owner>gogerald@chromium.org</owner> 13866 <owner>gogerald@chromium.org</owner>
13853 <description> 13867 <description>
13854 Recorded on sign in start from access point 13868 Recorded on sign in start from access point
13855 signin_metrics::AccessPoint::ACCESS_POINT_PASSWORD_BUBBLE. 13869 signin_metrics::AccessPoint::ACCESS_POINT_PASSWORD_BUBBLE.
13856 </description> 13870 </description>
13857 </action> 13871 </action>
13858 13872
13873 <action name="Signin_Signin_FromReSigninInfobar">
13874 <owner>bzanotti@chromium.org</owner>
13875 <description>
13876 Recorded on sign in start from access point
13877 signin_metrics::AccessPoint::ACCESS_POINT_RESIGNIN_INFOBAR.
13878 </description>
13879 </action>
13880
13859 <action name="Signin_Signin_FromRecentTabs"> 13881 <action name="Signin_Signin_FromRecentTabs">
13860 <owner>gogerald@chromium.org</owner> 13882 <owner>gogerald@chromium.org</owner>
13861 <description> 13883 <description>
13862 Recorded on sign in start from access point 13884 Recorded on sign in start from access point
13863 signin_metrics::AccessPoint::ACCESS_POINT_RECENT_TABS. 13885 signin_metrics::AccessPoint::ACCESS_POINT_RECENT_TABS.
13864 </description> 13886 </description>
13865 </action> 13887 </action>
13866 13888
13867 <action name="Signin_Signin_FromSettings"> 13889 <action name="Signin_Signin_FromSettings">
13868 <owner>gogerald@chromium.org</owner> 13890 <owner>gogerald@chromium.org</owner>
(...skipping 20 matching lines...) Expand all
13889 </action> 13911 </action>
13890 13912
13891 <action name="Signin_Signin_FromSupervisedUser"> 13913 <action name="Signin_Signin_FromSupervisedUser">
13892 <owner>gogerald@chromium.org</owner> 13914 <owner>gogerald@chromium.org</owner>
13893 <description> 13915 <description>
13894 Recorded on sign in start from access point 13916 Recorded on sign in start from access point
13895 signin_metrics::AccessPoint::ACCESS_POINT_SUPERVISED_USER. 13917 signin_metrics::AccessPoint::ACCESS_POINT_SUPERVISED_USER.
13896 </description> 13918 </description>
13897 </action> 13919 </action>
13898 13920
13921 <action name="Signin_Signin_FromTabSwitcher">
13922 <owner>bzanotti@chromium.org</owner>
13923 <description>
13924 Recorded on sign in start from access point
13925 signin_metrics::AccessPoint::ACCESS_POINT_TAB_SWITCHER.
13926 </description>
13927 </action>
13928
13899 <action name="Signin_Signin_FromUnknownAccessPoint"> 13929 <action name="Signin_Signin_FromUnknownAccessPoint">
13900 <owner>gogerald@chromium.org</owner> 13930 <owner>gogerald@chromium.org</owner>
13901 <description> 13931 <description>
13902 Recorded on sign in start from access point 13932 Recorded on sign in start from access point
13903 signin_metrics::AccessPoint::ACCESS_POINT_UNKNOWN. 13933 signin_metrics::AccessPoint::ACCESS_POINT_UNKNOWN.
13904 </description> 13934 </description>
13905 </action> 13935 </action>
13906 13936
13907 <action name="Signin_Signin_FromUnspecifiedAccessPoint"> 13937 <action name="Signin_Signin_FromUnspecifiedAccessPoint">
13908 <owner>gogerald@chromium.org</owner> 13938 <owner>gogerald@chromium.org</owner>
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
15458 <action name="webapps.AddShortcut.Manifest"> 15488 <action name="webapps.AddShortcut.Manifest">
15459 <owner>mlamouri@chromium.org</owner> 15489 <owner>mlamouri@chromium.org</owner>
15460 <description> 15490 <description>
15461 Shortcut added to the homescreen with a valid Manifest. This action will be 15491 Shortcut added to the homescreen with a valid Manifest. This action will be
15462 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15492 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15463 to keep a trend of whether the webapp also add meta tags. 15493 to keep a trend of whether the webapp also add meta tags.
15464 </description> 15494 </description>
15465 </action> 15495 </action>
15466 15496
15467 </actions> 15497 </actions>
OLDNEW
« no previous file with comments | « components/signin/core/browser/signin_metrics.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698