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

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

Issue 1026463003: Revert of 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: 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/ui/webui/options/chromeos/internet_options_handler_strings.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 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
9124 <action name="Options_NetworkJoinOtherVPN"> 9109 <action name="Options_NetworkJoinOtherVPN">
9125 <owner>stevenjb@chromium.org</owner> 9110 <owner>stevenjb@chromium.org</owner>
9126 <description> 9111 <description>
9127 Settings: Internet connection: VPN dropdown: Join other 9112 Settings: Internet connection: VPN dropdown: Join other
9128 </description> 9113 </description>
9129 <obsolete>Replaced by Options_NetworkAddVPNBuiltIn.</obsolete>
9130 </action> 9114 </action>
9131 9115
9132 <action name="Options_NetworkJoinOtherWifi"> 9116 <action name="Options_NetworkJoinOtherWifi">
9133 <owner>stevenjb@chromium.org</owner> 9117 <owner>stevenjb@chromium.org</owner>
9134 <description> 9118 <description>
9135 Settings: Internet connection: Wifi dropdown: Join other 9119 Settings: Internet connection: Wifi dropdown: Join other
9136 </description> 9120 </description>
9137 </action> 9121 </action>
9138 9122
9139 <action name="Options_NetworkManualProxy_Disable"> 9123 <action name="Options_NetworkManualProxy_Disable">
(...skipping 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
12050 <action name="webapps.AddShortcut.Manifest"> 12034 <action name="webapps.AddShortcut.Manifest">
12051 <owner>mlamouri@chromium.org</owner> 12035 <owner>mlamouri@chromium.org</owner>
12052 <description> 12036 <description>
12053 Shortcut added to the homescreen with a valid Manifest. This action will be 12037 Shortcut added to the homescreen with a valid Manifest. This action will be
12054 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12038 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12055 to keep a trend of whether the webapp also add meta tags. 12039 to keep a trend of whether the webapp also add meta tags.
12056 </description> 12040 </description>
12057 </action> 12041 </action>
12058 12042
12059 </actions> 12043 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698