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

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

Issue 879863004: Log force-alt-protocols command line flag usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Log user action, not internal call. Created 5 years, 11 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
« no previous file with comments | « chrome/browser/io_thread.cc ('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 8020 matching lines...) Expand 10 before | Expand all | Expand 10 after
8031 <action name="NavEntryCommitted"> 8031 <action name="NavEntryCommitted">
8032 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8032 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8033 <description>Please enter the description of this user action.</description> 8033 <description>Please enter the description of this user action.</description>
8034 </action> 8034 </action>
8035 8035
8036 <action name="NavEntryCommitted.SRP"> 8036 <action name="NavEntryCommitted.SRP">
8037 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8037 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8038 <description>Please enter the description of this user action.</description> 8038 <description>Please enter the description of this user action.</description>
8039 </action> 8039 </action>
8040 8040
8041 <action name="Net.ForceAlternateProtocol">
8042 <owner>bnc@chromium.org</owner>
8043 <description>
8044 User forces alternate protocol via command line flag.
8045 </description>
8046 </action>
8047
8041 <action name="Net.URLRequest_StartJob_InvalidReferrer"> 8048 <action name="Net.URLRequest_StartJob_InvalidReferrer">
8042 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8049 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8043 <description>Please enter the description of this user action.</description> 8050 <description>Please enter the description of this user action.</description>
8044 </action> 8051 </action>
8045 8052
8046 <action name="NewIncognitoWindow"> 8053 <action name="NewIncognitoWindow">
8047 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8054 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8048 <description>Please enter the description of this user action.</description> 8055 <description>Please enter the description of this user action.</description>
8049 </action> 8056 </action>
8050 8057
(...skipping 3840 matching lines...) Expand 10 before | Expand all | Expand 10 after
11891 <action name="webapps.AddShortcut.Manifest"> 11898 <action name="webapps.AddShortcut.Manifest">
11892 <owner>mlamouri@chromium.org</owner> 11899 <owner>mlamouri@chromium.org</owner>
11893 <description> 11900 <description>
11894 Shortcut added to the homescreen with a valid Manifest. This action will be 11901 Shortcut added to the homescreen with a valid Manifest. This action will be
11895 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11902 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11896 to keep a trend of whether the webapp also add meta tags. 11903 to keep a trend of whether the webapp also add meta tags.
11897 </description> 11904 </description>
11898 </action> 11905 </action>
11899 11906
11900 </actions> 11907 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698