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

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

Issue 2800773003: Settings reset prompt: add more UI metrics. (Closed)
Patch Set: Remove interaction_done_ Created 3 years, 8 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 14493 matching lines...) Expand 10 before | Expand all | Expand 10 after
14504 <action name="SettingsResetBubble.Show"> 14504 <action name="SettingsResetBubble.Show">
14505 <owner>mad@chromium.org</owner> 14505 <owner>mad@chromium.org</owner>
14506 <description>Please enter the description of this user action.</description> 14506 <description>Please enter the description of this user action.</description>
14507 </action> 14507 </action>
14508 14508
14509 <action name="SettingsResetPrompt_Accepted"> 14509 <action name="SettingsResetPrompt_Accepted">
14510 <owner>alito@chromium.org</owner> 14510 <owner>alito@chromium.org</owner>
14511 <description>The user accepted the settings reset prompt.</description> 14511 <description>The user accepted the settings reset prompt.</description>
14512 </action> 14512 </action>
14513 14513
14514 <action name="SettingsResetPrompt_Canceled">
14515 <owner>alito@chromium.org</owner>
14516 <description>
14517 The user clicked the cancel button in the settings reset prompt dialog.
14518 </description>
14519 </action>
14520
14514 <action name="SettingsResetPrompt_Declined"> 14521 <action name="SettingsResetPrompt_Declined">
14515 <owner>alito@chromium.org</owner> 14522 <owner>alito@chromium.org</owner>
14516 <description>The user declined the settings reset prompt.</description> 14523 <description>The user declined the settings reset prompt.</description>
14524 <obsolete>
14525 Deprecated in M59 in April 2017 and replaced by SettingsResetPrompt_Canceled
14526 and SettingsResetPrompt_Dismissed.
14527 </obsolete>
14528 </action>
14529
14530 <action name="SettingsResetPrompt_Dismissed">
14531 <owner>alito@chromium.org</owner>
14532 <description>
14533 The user dismissed the settings reset prompt, for example by clicking the x
14534 in the top right corner or pressing the Escape key.
14535 </description>
14517 </action> 14536 </action>
14518 14537
14519 <action name="SettingsResetPrompt_Shown"> 14538 <action name="SettingsResetPrompt_Shown">
14520 <owner>alito@chromium.org</owner> 14539 <owner>alito@chromium.org</owner>
14521 <description> 14540 <description>
14522 The settings reset dialog was displayed to the user. 14541 The settings reset dialog was displayed to the user.
14523 </description> 14542 </description>
14524 </action> 14543 </action>
14525 14544
14526 <action name="Shelf_AlignmentSetBottom"> 14545 <action name="Shelf_AlignmentSetBottom">
(...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after
16730 <action name="webapps.AddShortcut.Manifest"> 16749 <action name="webapps.AddShortcut.Manifest">
16731 <owner>mlamouri@chromium.org</owner> 16750 <owner>mlamouri@chromium.org</owner>
16732 <description> 16751 <description>
16733 Shortcut added to the homescreen with a valid Manifest. This action will be 16752 Shortcut added to the homescreen with a valid Manifest. This action will be
16734 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16753 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16735 to keep a trend of whether the webapp also add meta tags. 16754 to keep a trend of whether the webapp also add meta tags.
16736 </description> 16755 </description>
16737 </action> 16756 </action>
16738 16757
16739 </actions> 16758 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/settings_reset_prompt_dialog.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698