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

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

Issue 2739513002: Settings reset prompt: add UMA metrics reporting. (Closed)
Patch Set: Cleanup 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 14307 matching lines...) Expand 10 before | Expand all | Expand 10 after
14318 <action name="SettingsResetBubble.Reset"> 14318 <action name="SettingsResetBubble.Reset">
14319 <owner>mad@chromium.org</owner> 14319 <owner>mad@chromium.org</owner>
14320 <description>Please enter the description of this user action.</description> 14320 <description>Please enter the description of this user action.</description>
14321 </action> 14321 </action>
14322 14322
14323 <action name="SettingsResetBubble.Show"> 14323 <action name="SettingsResetBubble.Show">
14324 <owner>mad@chromium.org</owner> 14324 <owner>mad@chromium.org</owner>
14325 <description>Please enter the description of this user action.</description> 14325 <description>Please enter the description of this user action.</description>
14326 </action> 14326 </action>
14327 14327
14328 <action name="SettingsResetPrompt_Accepted">
14329 <owner>alito@chromium.org</owner>
14330 <description>The user accepted the settings reset prompt.</description>
14331 </action>
14332
14333 <action name="SettingsResetPrompt_Declined">
14334 <owner>alito@chromium.org</owner>
14335 <description>The user declined the settings reset prompt.</description>
14336 </action>
14337
14338 <action name="SettingsResetPrompt_Shown">
14339 <owner>alito@chromium.org</owner>
14340 <description>
14341 The settings reset dialog was displayed to the user.
14342 </description>
14343 </action>
14344
14328 <action name="Shelf_AlignmentSetBottom"> 14345 <action name="Shelf_AlignmentSetBottom">
14329 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14346 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14330 <description>Please enter the description of this user action.</description> 14347 <description>Please enter the description of this user action.</description>
14331 </action> 14348 </action>
14332 14349
14333 <action name="Shelf_AlignmentSetLeft"> 14350 <action name="Shelf_AlignmentSetLeft">
14334 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 14351 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
14335 <description>Please enter the description of this user action.</description> 14352 <description>Please enter the description of this user action.</description>
14336 </action> 14353 </action>
14337 14354
(...skipping 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after
16479 <action name="webapps.AddShortcut.Manifest"> 16496 <action name="webapps.AddShortcut.Manifest">
16480 <owner>mlamouri@chromium.org</owner> 16497 <owner>mlamouri@chromium.org</owner>
16481 <description> 16498 <description>
16482 Shortcut added to the homescreen with a valid Manifest. This action will be 16499 Shortcut added to the homescreen with a valid Manifest. This action will be
16483 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16500 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16484 to keep a trend of whether the webapp also add meta tags. 16501 to keep a trend of whether the webapp also add meta tags.
16485 </description> 16502 </description>
16486 </action> 16503 </action>
16487 16504
16488 </actions> 16505 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698