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

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

Issue 2513953004: Adding metrics on the usefulness of the Win10 version of the Welcome Page (Closed)
Patch Set: merge Created 4 years 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_win10_ui.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 15716 matching lines...) Expand 10 before | Expand all | Expand 10 after
15727 </obsolete> 15727 </obsolete>
15728 </action> 15728 </action>
15729 15729
15730 <action name="WebstoreWidgetApp.ShowDialog"> 15730 <action name="WebstoreWidgetApp.ShowDialog">
15731 <owner>tbarzic@google.com</owner> 15731 <owner>tbarzic@google.com</owner>
15732 <description> 15732 <description>
15733 Tracks Chrome Webstore Gallery Widget app being launched. 15733 Tracks Chrome Webstore Gallery Widget app being launched.
15734 </description> 15734 </description>
15735 </action> 15735 </action>
15736 15736
15737 <action name="Win10WelcomePage_SetAsDefaultBrowser">
15738 <owner>pmonette@chromium.org</owner>
15739 <description>
15740 The user clicked &quot;Open Windows Settings&quot; in the Win10 version of
15741 the Welcome page.
15742 </description>
15743 </action>
15744
15737 <action name="Win7ASHRestart"> 15745 <action name="Win7ASHRestart">
15738 <owner>cpu@chromium.org</owner> 15746 <owner>cpu@chromium.org</owner>
15739 <owner>ananta@chromium.org</owner> 15747 <owner>ananta@chromium.org</owner>
15740 <owner>shrikant@chromium.org</owner> 15748 <owner>shrikant@chromium.org</owner>
15741 <description>Tracks when Chrome was restarted on Win7 in Ash.</description> 15749 <description>Tracks when Chrome was restarted on Win7 in Ash.</description>
15742 </action> 15750 </action>
15743 15751
15744 <action name="Win7DesktopRestart"> 15752 <action name="Win7DesktopRestart">
15745 <owner>cpu@chromium.org</owner> 15753 <owner>cpu@chromium.org</owner>
15746 <owner>ananta@chromium.org</owner> 15754 <owner>ananta@chromium.org</owner>
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
15960 <action name="webapps.AddShortcut.Manifest"> 15968 <action name="webapps.AddShortcut.Manifest">
15961 <owner>mlamouri@chromium.org</owner> 15969 <owner>mlamouri@chromium.org</owner>
15962 <description> 15970 <description>
15963 Shortcut added to the homescreen with a valid Manifest. This action will be 15971 Shortcut added to the homescreen with a valid Manifest. This action will be
15964 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15972 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15965 to keep a trend of whether the webapp also add meta tags. 15973 to keep a trend of whether the webapp also add meta tags.
15966 </description> 15974 </description>
15967 </action> 15975 </action>
15968 15976
15969 </actions> 15977 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/welcome_win10_ui.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698