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

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: Finished renaming method. 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 9088 matching lines...) Expand 10 before | Expand all | Expand 10 after
9099 </description> 9099 </description>
9100 </action> 9100 </action>
9101 9101
9102 <action name="Options_NetworkDisconnectWifi"> 9102 <action name="Options_NetworkDisconnectWifi">
9103 <owner>stevenjb@chromium.org</owner> 9103 <owner>stevenjb@chromium.org</owner>
9104 <description> 9104 <description>
9105 Settings: Internet connection: Network detail (Wifi): Disconnect 9105 Settings: Internet connection: Network detail (Wifi): Disconnect
9106 </description> 9106 </description>
9107 </action> 9107 </action>
9108 9108
9109 <action name="Options_NetworkAddVPNBuiltIn">
9110 <owner>stevenjb@chromium.org</owner>
9111 <description>
9112 Settings: Internet connection: VPN dropdown: Show built-in dialog for adding
9113 an OpenVPN or T2TP VPN.
9114 </description>
9115 </action>
9116
9117 <action name="Options_NetworkAddVPNThirdParty">
9118 <owner>stevenjb@chromium.org</owner>
9119 <description>
9120 Settings: Internet connection: VPN dropdown: Show &quot;add network&quot; di alog for a third-party VPN provider.
9121 </description>
9122 </action>
9123
9109 <action name="Options_NetworkJoinOtherVPN"> 9124 <action name="Options_NetworkJoinOtherVPN">
9110 <owner>stevenjb@chromium.org</owner> 9125 <owner>stevenjb@chromium.org</owner>
9111 <description> 9126 <description>
9112 Settings: Internet connection: VPN dropdown: Join other 9127 Settings: Internet connection: VPN dropdown: Join other
9113 </description> 9128 </description>
9129 <obsolete>Replaced by Options_NetworkAddVPNBuiltIn.</obsolete>
9114 </action> 9130 </action>
9115 9131
9116 <action name="Options_NetworkJoinOtherWifi"> 9132 <action name="Options_NetworkJoinOtherWifi">
9117 <owner>stevenjb@chromium.org</owner> 9133 <owner>stevenjb@chromium.org</owner>
9118 <description> 9134 <description>
9119 Settings: Internet connection: Wifi dropdown: Join other 9135 Settings: Internet connection: Wifi dropdown: Join other
9120 </description> 9136 </description>
9121 </action> 9137 </action>
9122 9138
9123 <action name="Options_NetworkManualProxy_Disable"> 9139 <action name="Options_NetworkManualProxy_Disable">
(...skipping 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
12034 <action name="webapps.AddShortcut.Manifest"> 12050 <action name="webapps.AddShortcut.Manifest">
12035 <owner>mlamouri@chromium.org</owner> 12051 <owner>mlamouri@chromium.org</owner>
12036 <description> 12052 <description>
12037 Shortcut added to the homescreen with a valid Manifest. This action will be 12053 Shortcut added to the homescreen with a valid Manifest. This action will be
12038 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12054 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12039 to keep a trend of whether the webapp also add meta tags. 12055 to keep a trend of whether the webapp also add meta tags.
12040 </description> 12056 </description>
12041 </action> 12057 </action>
12042 12058
12043 </actions> 12059 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698