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

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

Issue 1023483002: Revert of Log force-alt-protocols command line flag usage. (patchset #2 id:20001 of https://coderev… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 8088 matching lines...) Expand 10 before | Expand all | Expand 10 after
8099 <action name="NavEntryCommitted"> 8099 <action name="NavEntryCommitted">
8100 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8100 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8101 <description>Please enter the description of this user action.</description> 8101 <description>Please enter the description of this user action.</description>
8102 </action> 8102 </action>
8103 8103
8104 <action name="NavEntryCommitted.SRP"> 8104 <action name="NavEntryCommitted.SRP">
8105 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8105 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8106 <description>Please enter the description of this user action.</description> 8106 <description>Please enter the description of this user action.</description>
8107 </action> 8107 </action>
8108 8108
8109 <action name="Net.ForceAlternateProtocol">
8110 <owner>bnc@chromium.org</owner>
8111 <description>
8112 User forces alternate protocol via command line flag.
8113 </description>
8114 </action>
8115
8116 <action name="Net.URLRequest_StartJob_InvalidReferrer"> 8109 <action name="Net.URLRequest_StartJob_InvalidReferrer">
8117 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8110 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8118 <description>Please enter the description of this user action.</description> 8111 <description>Please enter the description of this user action.</description>
8119 </action> 8112 </action>
8120 8113
8121 <action name="NewIncognitoWindow"> 8114 <action name="NewIncognitoWindow">
8122 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8115 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8123 <description>Please enter the description of this user action.</description> 8116 <description>Please enter the description of this user action.</description>
8124 </action> 8117 </action>
8125 8118
(...skipping 3899 matching lines...) Expand 10 before | Expand all | Expand 10 after
12025 <action name="webapps.AddShortcut.Manifest"> 12018 <action name="webapps.AddShortcut.Manifest">
12026 <owner>mlamouri@chromium.org</owner> 12019 <owner>mlamouri@chromium.org</owner>
12027 <description> 12020 <description>
12028 Shortcut added to the homescreen with a valid Manifest. This action will be 12021 Shortcut added to the homescreen with a valid Manifest. This action will be
12029 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12022 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12030 to keep a trend of whether the webapp also add meta tags. 12023 to keep a trend of whether the webapp also add meta tags.
12031 </description> 12024 </description>
12032 </action> 12025 </action>
12033 12026
12034 </actions> 12027 </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