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

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

Issue 421653006: Update "Predict network actions" UI setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
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 8725 matching lines...) Expand 10 before | Expand all | Expand 10 after
8736 </description> 8736 </description>
8737 </action> 8737 </action>
8738 8738
8739 <action name="Options_NetworkManualProxy_Enable"> 8739 <action name="Options_NetworkManualProxy_Enable">
8740 <owner>stevenjb@chromium.org</owner> 8740 <owner>stevenjb@chromium.org</owner>
8741 <description> 8741 <description>
8742 Settings: Internet connection: Network detail: manual proxy config 8742 Settings: Internet connection: Network detail: manual proxy config
8743 </description> 8743 </description>
8744 </action> 8744 </action>
8745 8745
8746 <action name="Options_NetworkPredictionOptionsBool_Disable">
8747 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
stevenjb 2014/07/30 18:03:29 Please list yourself as the owner of these metrics
Bence 2014/08/01 14:36:47 Moot: removed per UI review.
8748 <description>Please enter the description of the metric.</description>
Ilya Sherman 2014/07/30 20:35:16 And please add descriptions for the metrics.
Bence 2014/08/01 14:36:47 Moot: removed per UI review.
8749 </action>
8750
8751 <action name="Options_NetworkPredictionOptionsBool_Enable">
8752 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8753 <description>Please enter the description of the metric.</description>
8754 </action>
8755
8756 <action name="Options_NetworkPredictionOptionsTristate">
8757 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8758 <description>Please enter the description of the metric.</description>
8759 </action>
8760
8746 <action name="Options_NetworkSetPrefer"> 8761 <action name="Options_NetworkSetPrefer">
8747 <owner>stevenjb@chromium.org</owner> 8762 <owner>stevenjb@chromium.org</owner>
8748 <description> 8763 <description>
8749 Settings: Internet connection: Network detail: Prefer this network 8764 Settings: Internet connection: Network detail: Prefer this network
8750 </description> 8765 </description>
8751 </action> 8766 </action>
8752 8767
8753 <action name="Options_NetworkShowDetailsCellular"> 8768 <action name="Options_NetworkShowDetailsCellular">
8754 <owner>stevenjb@chromium.org</owner> 8769 <owner>stevenjb@chromium.org</owner>
8755 <description> 8770 <description>
(...skipping 2639 matching lines...) Expand 10 before | Expand all | Expand 10 after
11395 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11410 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11396 <description>Please enter the description of this user action.</description> 11411 <description>Please enter the description of this user action.</description>
11397 </action> 11412 </action>
11398 11413
11399 <action name="webapps.AddShortcut.Bookmark"> 11414 <action name="webapps.AddShortcut.Bookmark">
11400 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11415 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11401 <description>Please enter the description of this user action.</description> 11416 <description>Please enter the description of this user action.</description>
11402 </action> 11417 </action>
11403 11418
11404 </actions> 11419 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698