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

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

Issue 296873002: Add histograms to be used by easy unlock app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | Annotate | Revision Log
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 2428 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 <action name="DockingWindow_Top"> 2439 <action name="DockingWindow_Top">
2440 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2440 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2441 <description>Please enter the description of this user action.</description> 2441 <description>Please enter the description of this user action.</description>
2442 </action> 2442 </action>
2443 2443
2444 <action name="Duplicate"> 2444 <action name="Duplicate">
2445 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2445 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2446 <description>Please enter the description of this user action.</description> 2446 <description>Please enter the description of this user action.</description>
2447 </action> 2447 </action>
2448 2448
2449 <action name="EasyUnlock.AppLaunched">
2450 <owner>joshwoodward@google.com</owner>
2451 <description>EasyUnlock app got launched.</description>
2452 </action>
Ilya Sherman 2014/05/23 15:26:54 I'd strongly recommend including this in the relev
tbarzic 2014/05/23 16:57:01 ok, added it to the histogram.
2453
2449 <action name="EasyUnlock_Enabled_Disable"> 2454 <action name="EasyUnlock_Enabled_Disable">
2450 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2455 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2451 <description>Please enter the description of the metric.</description> 2456 <description>Please enter the description of the metric.</description>
2452 </action> 2457 </action>
2453 2458
2454 <action name="EasyUnlock_Enabled_Enable"> 2459 <action name="EasyUnlock_Enabled_Enable">
2455 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2460 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2456 <description>Please enter the description of the metric.</description> 2461 <description>Please enter the description of the metric.</description>
2457 </action> 2462 </action>
2458 2463
(...skipping 8597 matching lines...) Expand 10 before | Expand all | Expand 10 after
11056 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11057 <description>Please enter the description of this user action.</description> 11062 <description>Please enter the description of this user action.</description>
11058 </action> 11063 </action>
11059 11064
11060 <action name="webapps.AddShortcut.Bookmark"> 11065 <action name="webapps.AddShortcut.Bookmark">
11061 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11066 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11062 <description>Please enter the description of this user action.</description> 11067 <description>Please enter the description of this user action.</description>
11063 </action> 11068 </action>
11064 11069
11065 </actions> 11070 </actions>
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698