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

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

Issue 1426663005: Make the histograms for setting the default browser consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed name collision Created 5 years, 1 month 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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 2571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2582 <description> 2582 <description>
2583 Records display of prompt (notification) to install Data Saver extension. 2583 Records display of prompt (notification) to install Data Saver extension.
2584 </description> 2584 </description>
2585 </action> 2585 </action>
2586 2586
2587 <action name="Debugger"> 2587 <action name="Debugger">
2588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2588 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2589 <description>Please enter the description of this user action.</description> 2589 <description>Please enter the description of this user action.</description>
2590 </action> 2590 </action>
2591 2591
2592 <action name="DefaultBrowserInfoBar_Accept">
2593 <owner>pmonette@chromium.org</owner>
2594 <description>
2595 The user clicked &quot;Set as default&quot; on the info bar.
2596 </description>
2597 </action>
2598
2599 <action name="DefaultBrowserInfoBar_DontAskAgain">
2600 <owner>pmonette@chromium.org</owner>
2601 <description>
2602 The user clicked &quot;Don't ask again&quot; on the info bar.
2603 </description>
2604 </action>
2605
2592 <action name="Delete"> 2606 <action name="Delete">
2593 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2607 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2594 <description>Please enter the description of this user action.</description> 2608 <description>Please enter the description of this user action.</description>
2595 </action> 2609 </action>
2596 2610
2597 <action name="DeleteBackward"> 2611 <action name="DeleteBackward">
2598 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2612 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2599 <description>Please enter the description of this user action.</description> 2613 <description>Please enter the description of this user action.</description>
2600 </action> 2614 </action>
2601 2615
(...skipping 7635 matching lines...) Expand 10 before | Expand all | Expand 10 after
10237 <owner>michaelpg@chromium.org</owner> 10251 <owner>michaelpg@chromium.org</owner>
10238 <description>Settings: Manage search engines...: Make default</description> 10252 <description>Settings: Manage search engines...: Make default</description>
10239 </action> 10253 </action>
10240 10254
10241 <action name="Options_SensitivitySlider_Changed"> 10255 <action name="Options_SensitivitySlider_Changed">
10242 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10256 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10243 <description>Please enter the description of this user action.</description> 10257 <description>Please enter the description of this user action.</description>
10244 </action> 10258 </action>
10245 10259
10246 <action name="Options_SetAsDefaultBrowser"> 10260 <action name="Options_SetAsDefaultBrowser">
10247 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10261 <owner>pmonette@chromium.org</owner>
10248 <description>Please enter the description of this user action.</description> 10262 <description>
10263 The user clicked &quot;Make Chrome the default browser&quot; in the settings
10264 page.
10265 </description>
10249 </action> 10266 </action>
10250 10267
10251 <action name="Options_SetDownloadDirectory"> 10268 <action name="Options_SetDownloadDirectory">
10252 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10269 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10253 <description>Please enter the description of this user action.</description> 10270 <description>Please enter the description of this user action.</description>
10254 </action> 10271 </action>
10255 10272
10256 <action name="Options_SetTimeDialog_Show"> 10273 <action name="Options_SetTimeDialog_Show">
10257 <owner>michaelpg@chromium.org</owner> 10274 <owner>michaelpg@chromium.org</owner>
10258 <description>Set system time dialog was launched.</description> 10275 <description>Set system time dialog was launched.</description>
(...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after
13161 <action name="webapps.AddShortcut.Manifest"> 13178 <action name="webapps.AddShortcut.Manifest">
13162 <owner>mlamouri@chromium.org</owner> 13179 <owner>mlamouri@chromium.org</owner>
13163 <description> 13180 <description>
13164 Shortcut added to the homescreen with a valid Manifest. This action will be 13181 Shortcut added to the homescreen with a valid Manifest. This action will be
13165 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13182 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13166 to keep a trend of whether the webapp also add meta tags. 13183 to keep a trend of whether the webapp also add meta tags.
13167 </description> 13184 </description>
13168 </action> 13185 </action>
13169 13186
13170 </actions> 13187 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698