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

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

Issue 502653002: Add UMA metric for "View Original" link clicks in distilled page viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 2454 matching lines...) Expand 10 before | Expand all | Expand 10 after
2465 <owner>yfriedman@chromium.org</owner> 2465 <owner>yfriedman@chromium.org</owner>
2466 <description>User opens a distilled page.</description> 2466 <description>User opens a distilled page.</description>
2467 </action> 2467 </action>
2468 2468
2469 <action name="DomDistiller_DistilledPagePrefsOpened"> 2469 <action name="DomDistiller_DistilledPagePrefsOpened">
2470 <owner>smaslo@chromium.org</owner> 2470 <owner>smaslo@chromium.org</owner>
2471 <owner>yfriedman@chromium.org</owner> 2471 <owner>yfriedman@chromium.org</owner>
2472 <description>User opens distilled page preferences.</description> 2472 <description>User opens distilled page preferences.</description>
2473 </action> 2473 </action>
2474 2474
2475 <action name="DomDistiller_ViewOriginal">
2476 <owner>yfriedman@chromium.org</owner>
2477 <description>
2478 Records clicks on the &quot;View Original&quot; link in the distilled page
2479 viewer.
2480 </description>
2481 </action>
2482
2475 <action name="Duplicate"> 2483 <action name="Duplicate">
2476 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2484 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2477 <description>Please enter the description of this user action.</description> 2485 <description>Please enter the description of this user action.</description>
2478 </action> 2486 </action>
2479 2487
2480 <action name="EasyUnlock_Enabled_Disable"> 2488 <action name="EasyUnlock_Enabled_Disable">
2481 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2489 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2482 <description>Please enter the description of the metric.</description> 2490 <description>Please enter the description of the metric.</description>
2483 </action> 2491 </action>
2484 2492
(...skipping 8999 matching lines...) Expand 10 before | Expand all | Expand 10 after
11484 apple-mobile-webapp-capable meta tag. 11492 apple-mobile-webapp-capable meta tag.
11485 </description> 11493 </description>
11486 </action> 11494 </action>
11487 11495
11488 <action name="webapps.AddShortcut.Bookmark"> 11496 <action name="webapps.AddShortcut.Bookmark">
11489 <owner>dfalcantara@chromium.org</owner> 11497 <owner>dfalcantara@chromium.org</owner>
11490 <description>Shortcut added to the homescreen for a bookmark.</description> 11498 <description>Shortcut added to the homescreen for a bookmark.</description>
11491 </action> 11499 </action>
11492 11500
11493 </actions> 11501 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698