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

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

Issue 2416333003: Adding Histograms for new Desktop First Run. (Closed)
Patch Set: Adding user action for impression Created 4 years, 1 month 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/browser/ui/webui/welcome_handler.cc ('k') | tools/metrics/histograms/histograms.xml » ('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. 9 and description for each user action.
10 10
(...skipping 14081 matching lines...) Expand 10 before | Expand all | Expand 10 after
14092 <description> 14092 <description>
14093 Recorded when showing sign in entry in the sign in promo. 14093 Recorded when showing sign in entry in the sign in promo.
14094 </description> 14094 </description>
14095 </action> 14095 </action>
14096 14096
14097 <action name="Signin_Impression_FromStartPage"> 14097 <action name="Signin_Impression_FromStartPage">
14098 <owner>gogerald@chromium.org</owner> 14098 <owner>gogerald@chromium.org</owner>
14099 <description> 14099 <description>
14100 Recorded when showing sign in entry in the first run experience. 14100 Recorded when showing sign in entry in the first run experience.
14101 </description> 14101 </description>
14102 <obsolete>Removed from codebase.</obsolete>
14103 </action> 14102 </action>
14104 14103
14105 <action name="Signin_Impression_FromTabSwitcher"> 14104 <action name="Signin_Impression_FromTabSwitcher">
14106 <owner>bzanotti@chromium.org</owner> 14105 <owner>bzanotti@chromium.org</owner>
14107 <description> 14106 <description>
14108 Recorded when showing sign in entry in the tab switcher. 14107 Recorded when showing sign in entry in the tab switcher.
14109 </description> 14108 </description>
14110 </action> 14109 </action>
14111 14110
14112 <action name="Signin_MoreButton_Shown"> 14111 <action name="Signin_MoreButton_Shown">
(...skipping 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after
15888 <action name="webapps.AddShortcut.Manifest"> 15887 <action name="webapps.AddShortcut.Manifest">
15889 <owner>mlamouri@chromium.org</owner> 15888 <owner>mlamouri@chromium.org</owner>
15890 <description> 15889 <description>
15891 Shortcut added to the homescreen with a valid Manifest. This action will be 15890 Shortcut added to the homescreen with a valid Manifest. This action will be
15892 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15891 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15893 to keep a trend of whether the webapp also add meta tags. 15892 to keep a trend of whether the webapp also add meta tags.
15894 </description> 15893 </description>
15895 </action> 15894 </action>
15896 15895
15897 </actions> 15896 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/welcome_handler.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698