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

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

Issue 1106173003: Uma stats for Data Saver prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/chromeos/status/data_promo_notification.cc ('k') | no next file » | 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 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after
2415 </action> 2415 </action>
2416 2416
2417 <action name="DataReductionProxy_TurnedOnFromPromo"> 2417 <action name="DataReductionProxy_TurnedOnFromPromo">
2418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2419 <description>Please enter the description of this user action.</description> 2419 <description>Please enter the description of this user action.</description>
2420 <obsolete> 2420 <obsolete>
2421 Deprecated as of 3/2015, replaced by histogram DataReductionProxy.UIAction. 2421 Deprecated as of 3/2015, replaced by histogram DataReductionProxy.UIAction.
2422 </obsolete> 2422 </obsolete>
2423 </action> 2423 </action>
2424 2424
2425 <action name="DataSaverPrompt_Clicked">
2426 <owner>glevin@chromium.org</owner>
2427 <description>
2428 Records click on prompt (notification) to install Data Saver extension.
2429 </description>
2430 </action>
2431
2432 <action name="DataSaverPrompt_Shown">
2433 <owner>glevin@chromium.org</owner>
2434 <description>
2435 Records display of prompt (notification) to install Data Saver extension.
2436 </description>
2437 </action>
2438
2425 <action name="Debugger"> 2439 <action name="Debugger">
2426 <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>
2427 <description>Please enter the description of this user action.</description> 2441 <description>Please enter the description of this user action.</description>
2428 </action> 2442 </action>
2429 2443
2430 <action name="Delete"> 2444 <action name="Delete">
2431 <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>
2432 <description>Please enter the description of this user action.</description> 2446 <description>Please enter the description of this user action.</description>
2433 </action> 2447 </action>
2434 2448
(...skipping 9782 matching lines...) Expand 10 before | Expand all | Expand 10 after
12217 <action name="webapps.AddShortcut.Manifest"> 12231 <action name="webapps.AddShortcut.Manifest">
12218 <owner>mlamouri@chromium.org</owner> 12232 <owner>mlamouri@chromium.org</owner>
12219 <description> 12233 <description>
12220 Shortcut added to the homescreen with a valid Manifest. This action will be 12234 Shortcut added to the homescreen with a valid Manifest. This action will be
12221 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12235 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12222 to keep a trend of whether the webapp also add meta tags. 12236 to keep a trend of whether the webapp also add meta tags.
12223 </description> 12237 </description>
12224 </action> 12238 </action>
12225 12239
12226 </actions> 12240 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/status/data_promo_notification.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698