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

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

Issue 1017443002: Allow users to add third-party VPNs from the settings page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_3_460428_update_details_dialog
Patch Set: Fixed typo; rebased. 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
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 9095 matching lines...) Expand 10 before | Expand all | Expand 10 after
9106 </description> 9106 </description>
9107 </action> 9107 </action>
9108 9108
9109 <action name="Options_NetworkDisconnectWifi"> 9109 <action name="Options_NetworkDisconnectWifi">
9110 <owner>stevenjb@chromium.org</owner> 9110 <owner>stevenjb@chromium.org</owner>
9111 <description> 9111 <description>
9112 Settings: Internet connection: Network detail (Wifi): Disconnect 9112 Settings: Internet connection: Network detail (Wifi): Disconnect
9113 </description> 9113 </description>
9114 </action> 9114 </action>
9115 9115
9116 <action name="Options_NetworkAddVPNBuiltIn">
9117 <owner>stevenjb@chromium.org</owner>
9118 <description>
9119 Settings: Internet connection: VPN dropdown: Show built-in dialog for adding
9120 an OpenVPN or T2TP VPN.
9121 </description>
9122 </action>
9123
9124 <action name="Options_NetworkAddVPNThirdParty">
9125 <owner>stevenjb@chromium.org</owner>
9126 <description>
9127 Settings: Internet connection: VPN dropdown: Show &quot;add network&quot; di alog for a third-party VPN provider.
9128 </description>
9129 </action>
9130
9116 <action name="Options_NetworkJoinOtherVPN"> 9131 <action name="Options_NetworkJoinOtherVPN">
9117 <owner>stevenjb@chromium.org</owner> 9132 <owner>stevenjb@chromium.org</owner>
9118 <description> 9133 <description>
9119 Settings: Internet connection: VPN dropdown: Join other 9134 Settings: Internet connection: VPN dropdown: Join other
9120 </description> 9135 </description>
9136 <obsolete>Replaced by Options_NetworkAddVPNBuiltIn.</obsolete>
9121 </action> 9137 </action>
9122 9138
9123 <action name="Options_NetworkJoinOtherWifi"> 9139 <action name="Options_NetworkJoinOtherWifi">
9124 <owner>stevenjb@chromium.org</owner> 9140 <owner>stevenjb@chromium.org</owner>
9125 <description> 9141 <description>
9126 Settings: Internet connection: Wifi dropdown: Join other 9142 Settings: Internet connection: Wifi dropdown: Join other
9127 </description> 9143 </description>
9128 </action> 9144 </action>
9129 9145
9130 <action name="Options_NetworkManualProxy_Disable"> 9146 <action name="Options_NetworkManualProxy_Disable">
(...skipping 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
12041 <action name="webapps.AddShortcut.Manifest"> 12057 <action name="webapps.AddShortcut.Manifest">
12042 <owner>mlamouri@chromium.org</owner> 12058 <owner>mlamouri@chromium.org</owner>
12043 <description> 12059 <description>
12044 Shortcut added to the homescreen with a valid Manifest. This action will be 12060 Shortcut added to the homescreen with a valid Manifest. This action will be
12045 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12061 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12046 to keep a trend of whether the webapp also add meta tags. 12062 to keep a trend of whether the webapp also add meta tags.
12047 </description> 12063 </description>
12048 </action> 12064 </action>
12049 12065
12050 </actions> 12066 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698