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

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
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 6941 matching lines...) Expand 10 before | Expand all | Expand 10 after
6952 </action> 6952 </action>
6953 6953
6954 <action name="Login.CreateAccount"> 6954 <action name="Login.CreateAccount">
6955 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6955 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6956 <description>Please enter the description of this user action.</description> 6956 <description>Please enter the description of this user action.</description>
6957 </action> 6957 </action>
6958 6958
6959 <action name="Login_DemoUserLoginSuccess"> 6959 <action name="Login_DemoUserLoginSuccess">
6960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6960 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6961 <description>Please enter the description of this user action.</description> 6961 <description>Please enter the description of this user action.</description>
6962 <obsolete>Retail mode doesn't exist anymore.</obsolete>
6962 </action> 6963 </action>
6963 6964
6964 <action name="Login_Failure"> 6965 <action name="Login_Failure">
6965 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6966 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6966 <description>Please enter the description of this user action.</description> 6967 <description>Please enter the description of this user action.</description>
6967 </action> 6968 </action>
6968 6969
6969 <action name="Login_GuestLoginSuccess"> 6970 <action name="Login_GuestLoginSuccess">
6970 <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>
6971 <description>Please enter the description of this user action.</description> 6972 <description>Please enter the description of this user action.</description>
(...skipping 4746 matching lines...) Expand 10 before | Expand all | Expand 10 after
11718 <action name="webapps.AddShortcut.Manifest"> 11719 <action name="webapps.AddShortcut.Manifest">
11719 <owner>mlamouri@chromium.org</owner> 11720 <owner>mlamouri@chromium.org</owner>
11720 <description> 11721 <description>
11721 Shortcut added to the homescreen with a valid Manifest. This action will be 11722 Shortcut added to the homescreen with a valid Manifest. This action will be
11722 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11723 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11723 to keep a trend of whether the webapp also add meta tags. 11724 to keep a trend of whether the webapp also add meta tags.
11724 </description> 11725 </description>
11725 </action> 11726 </action>
11726 11727
11727 </actions> 11728 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698