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 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « components/user_manager/user_type.h ('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 6957 matching lines...) Expand 10 before | Expand all | Expand 10 after
6968 </action> 6968 </action>
6969 6969
6970 <action name="Login.CreateAccount"> 6970 <action name="Login.CreateAccount">
6971 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6971 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6972 <description>Please enter the description of this user action.</description> 6972 <description>Please enter the description of this user action.</description>
6973 </action> 6973 </action>
6974 6974
6975 <action name="Login_DemoUserLoginSuccess"> 6975 <action name="Login_DemoUserLoginSuccess">
6976 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6976 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6977 <description>Please enter the description of this user action.</description> 6977 <description>Please enter the description of this user action.</description>
6978 <obsolete>Retail mode doesn't exist anymore.</obsolete>
6978 </action> 6979 </action>
6979 6980
6980 <action name="Login_Failure"> 6981 <action name="Login_Failure">
6981 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6982 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6982 <description>Please enter the description of this user action.</description> 6983 <description>Please enter the description of this user action.</description>
6983 </action> 6984 </action>
6984 6985
6985 <action name="Login_GuestLoginSuccess"> 6986 <action name="Login_GuestLoginSuccess">
6986 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6987 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6987 <description>Please enter the description of this user action.</description> 6988 <description>Please enter the description of this user action.</description>
(...skipping 4859 matching lines...) Expand 10 before | Expand all | Expand 10 after
11847 <action name="webapps.AddShortcut.Manifest"> 11848 <action name="webapps.AddShortcut.Manifest">
11848 <owner>mlamouri@chromium.org</owner> 11849 <owner>mlamouri@chromium.org</owner>
11849 <description> 11850 <description>
11850 Shortcut added to the homescreen with a valid Manifest. This action will be 11851 Shortcut added to the homescreen with a valid Manifest. This action will be
11851 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11852 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11852 to keep a trend of whether the webapp also add meta tags. 11853 to keep a trend of whether the webapp also add meta tags.
11853 </description> 11854 </description>
11854 </action> 11855 </action>
11855 11856
11856 </actions> 11857 </actions>
OLDNEW
« no previous file with comments | « components/user_manager/user_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698