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

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 6934 matching lines...) Expand 10 before | Expand all | Expand 10 after
6945 </action> 6945 </action>
6946 6946
6947 <action name="Login.CreateAccount"> 6947 <action name="Login.CreateAccount">
6948 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6948 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6949 <description>Please enter the description of this user action.</description> 6949 <description>Please enter the description of this user action.</description>
6950 </action> 6950 </action>
6951 6951
6952 <action name="Login_DemoUserLoginSuccess"> 6952 <action name="Login_DemoUserLoginSuccess">
6953 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6953 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6954 <description>Please enter the description of this user action.</description> 6954 <description>Please enter the description of this user action.</description>
6955 <obsolete>Retail mode doesn't exist anymore.</obsolete>
6955 </action> 6956 </action>
6956 6957
6957 <action name="Login_Failure"> 6958 <action name="Login_Failure">
6958 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6959 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6959 <description>Please enter the description of this user action.</description> 6960 <description>Please enter the description of this user action.</description>
6960 </action> 6961 </action>
6961 6962
6962 <action name="Login_GuestLoginSuccess"> 6963 <action name="Login_GuestLoginSuccess">
6963 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 6964 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
6964 <description>Please enter the description of this user action.</description> 6965 <description>Please enter the description of this user action.</description>
(...skipping 4744 matching lines...) Expand 10 before | Expand all | Expand 10 after
11709 <action name="webapps.AddShortcut.Manifest"> 11710 <action name="webapps.AddShortcut.Manifest">
11710 <owner>mlamouri@chromium.org</owner> 11711 <owner>mlamouri@chromium.org</owner>
11711 <description> 11712 <description>
11712 Shortcut added to the homescreen with a valid Manifest. This action will be 11713 Shortcut added to the homescreen with a valid Manifest. This action will be
11713 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11714 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11714 to keep a trend of whether the webapp also add meta tags. 11715 to keep a trend of whether the webapp also add meta tags.
11715 </description> 11716 </description>
11716 </action> 11717 </action>
11717 11718
11718 </actions> 11719 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698