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

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

Issue 2750503004: Add metric to record users opening a new NTP. (Closed)
Patch Set: Created 3 years, 9 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. 9 and description for each user action.
10 10
(...skipping 9992 matching lines...) Expand 10 before | Expand all | Expand 10 after
10003 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10003 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10004 <description>Please enter the description of this user action.</description> 10004 <description>Please enter the description of this user action.</description>
10005 <obsolete>Deprecated as of 5/2015</obsolete> 10005 <obsolete>Deprecated as of 5/2015</obsolete>
10006 </action> 10006 </action>
10007 10007
10008 <action name="MobileNTPSwitchToOpenTabs"> 10008 <action name="MobileNTPSwitchToOpenTabs">
10009 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10009 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10010 <description>Please enter the description of this user action.</description> 10010 <description>Please enter the description of this user action.</description>
10011 </action> 10011 </action>
10012 10012
10013 <action name="MobileNTPVisitedAgain">
10014 <owner>fhorschig@chromium.org</owner>
10015 <description>
10016 The The user returned to a New Tab Page (NTP) that was shown before.
Michael van Ouwerkerk 2017/03/13 16:42:56 Remove 'The '. It's cleaner.
fhorschig 2017/03/13 16:57:47 Done.
10017 </description>
10018 </action>
10019
10013 <action name="MobileNewTabOpened"> 10020 <action name="MobileNewTabOpened">
10014 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10021 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10015 <description>Please enter the description of this user action.</description> 10022 <description>Please enter the description of this user action.</description>
10016 </action> 10023 </action>
10017 10024
10018 <action name="MobileOmniboxClipboardChanged"> 10025 <action name="MobileOmniboxClipboardChanged">
10019 <owner>jif@chromium.org</owner> 10026 <owner>jif@chromium.org</owner>
10020 <description> 10027 <description>
10021 Emitted when Chrome detects that the clipboard contains a new URL. This 10028 Emitted when Chrome detects that the clipboard contains a new URL. This
10022 occurs either when Chrome enters the foreground and notices that the content 10029 occurs either when Chrome enters the foreground and notices that the content
(...skipping 6497 matching lines...) Expand 10 before | Expand all | Expand 10 after
16520 <action name="webapps.AddShortcut.Manifest"> 16527 <action name="webapps.AddShortcut.Manifest">
16521 <owner>mlamouri@chromium.org</owner> 16528 <owner>mlamouri@chromium.org</owner>
16522 <description> 16529 <description>
16523 Shortcut added to the homescreen with a valid Manifest. This action will be 16530 Shortcut added to the homescreen with a valid Manifest. This action will be
16524 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16531 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16525 to keep a trend of whether the webapp also add meta tags. 16532 to keep a trend of whether the webapp also add meta tags.
16526 </description> 16533 </description>
16527 </action> 16534 </action>
16528 16535
16529 </actions> 16536 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698