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

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 closure errors. Addressed comments. 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 8488 matching lines...) Expand 10 before | Expand all | Expand 10 after
8499 <action name="Options_BluetoothShowAddDevice"> 8499 <action name="Options_BluetoothShowAddDevice">
8500 <owner>stevenjb@chromium.org</owner> 8500 <owner>stevenjb@chromium.org</owner>
8501 <description>Settings: Bluetooth: Add a device</description> 8501 <description>Settings: Bluetooth: Add a device</description>
8502 </action> 8502 </action>
8503 8503
8504 <action name="Options_CaptivePortalBypassProxy_Disable"> 8504 <action name="Options_CaptivePortalBypassProxy_Disable">
8505 <owner>alemate@chromium.org</owner> 8505 <owner>alemate@chromium.org</owner>
8506 <description> 8506 <description>
8507 Captive portal authorization bypass proxy is disabled. 8507 Captive portal authorization bypass proxy is disabled.
8508 </description> 8508 </description>
8509 <obsolete> 8509 <obsolete>Deprecated as of 03/2015. Option is removed.</obsolete>
8510 Deprecated as of 03/2015. Option is removed.
8511 </obsolete>
8512 </action> 8510 </action>
8513 8511
8514 <action name="Options_CaptivePortalBypassProxy_Enable"> 8512 <action name="Options_CaptivePortalBypassProxy_Enable">
8515 <owner>alemate@chromium.org</owner> 8513 <owner>alemate@chromium.org</owner>
8516 <description> 8514 <description>
8517 Captive portal authorization bypass proxy is enabled. 8515 Captive portal authorization bypass proxy is enabled.
8518 </description> 8516 </description>
8519 <obsolete> 8517 <obsolete>Deprecated as of 03/2015. Option is removed.</obsolete>
8520 Deprecated as of 03/2015. Option is removed.
8521 </obsolete>
8522 </action> 8518 </action>
8523 8519
8524 <action name="Options_ChangeDefaultZoomLevel"> 8520 <action name="Options_ChangeDefaultZoomLevel">
8525 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8521 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8526 <description>Please enter the description of this user action.</description> 8522 <description>Please enter the description of this user action.</description>
8527 </action> 8523 </action>
8528 8524
8529 <action name="Options_ChangeFixedFont"> 8525 <action name="Options_ChangeFixedFont">
8530 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 8526 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
8531 <description>Please enter the description of this user action.</description> 8527 <description>Please enter the description of this user action.</description>
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
9070 <action name="Options_MousePrimaryRight_Disable"> 9066 <action name="Options_MousePrimaryRight_Disable">
9071 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9067 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9072 <description>Please enter the description of this user action.</description> 9068 <description>Please enter the description of this user action.</description>
9073 </action> 9069 </action>
9074 9070
9075 <action name="Options_MousePrimaryRight_Enable"> 9071 <action name="Options_MousePrimaryRight_Enable">
9076 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9072 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9077 <description>Please enter the description of this user action.</description> 9073 <description>Please enter the description of this user action.</description>
9078 </action> 9074 </action>
9079 9075
9076 <action name="Options_NetworkAddVPNBuiltIn">
9077 <owner>stevenjb@chromium.org</owner>
9078 <description>
9079 Settings: Internet connection: VPN dropdown: Show built-in dialog for adding
9080 an OpenVPN or L2TP VPN.
9081 </description>
9082 </action>
9083
9084 <action name="Options_NetworkAddVPNThirdParty">
9085 <owner>stevenjb@chromium.org</owner>
9086 <description>
9087 Settings: Internet connection: VPN dropdown: Show &quot;add network&quot;
9088 dialog for a third-party VPN provider.
9089 </description>
9090 </action>
9091
9080 <action name="Options_NetworkAutoConnect"> 9092 <action name="Options_NetworkAutoConnect">
9081 <owner>stevenjb@chromium.org</owner> 9093 <owner>stevenjb@chromium.org</owner>
9082 <description> 9094 <description>
9083 Settings: Internet connection: Network detail: Auto Connect to network 9095 Settings: Internet connection: Network detail: Auto Connect to network
9084 </description> 9096 </description>
9085 </action> 9097 </action>
9086 9098
9087 <action name="Options_NetworkConnectToVPN"> 9099 <action name="Options_NetworkConnectToVPN">
9088 <owner>stevenjb@chromium.org</owner> 9100 <owner>stevenjb@chromium.org</owner>
9089 <description> 9101 <description>
(...skipping 20 matching lines...) Expand all
9110 <description> 9122 <description>
9111 Settings: Internet connection: Network detail (Wifi): Disconnect 9123 Settings: Internet connection: Network detail (Wifi): Disconnect
9112 </description> 9124 </description>
9113 </action> 9125 </action>
9114 9126
9115 <action name="Options_NetworkJoinOtherVPN"> 9127 <action name="Options_NetworkJoinOtherVPN">
9116 <owner>stevenjb@chromium.org</owner> 9128 <owner>stevenjb@chromium.org</owner>
9117 <description> 9129 <description>
9118 Settings: Internet connection: VPN dropdown: Join other 9130 Settings: Internet connection: VPN dropdown: Join other
9119 </description> 9131 </description>
9132 <obsolete>Replaced by Options_NetworkAddVPNBuiltIn.</obsolete>
9120 </action> 9133 </action>
9121 9134
9122 <action name="Options_NetworkJoinOtherWifi"> 9135 <action name="Options_NetworkJoinOtherWifi">
9123 <owner>stevenjb@chromium.org</owner> 9136 <owner>stevenjb@chromium.org</owner>
9124 <description> 9137 <description>
9125 Settings: Internet connection: Wifi dropdown: Join other 9138 Settings: Internet connection: Wifi dropdown: Join other
9126 </description> 9139 </description>
9127 </action> 9140 </action>
9128 9141
9129 <action name="Options_NetworkManualProxy_Disable"> 9142 <action name="Options_NetworkManualProxy_Disable">
(...skipping 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after
12040 <action name="webapps.AddShortcut.Manifest"> 12053 <action name="webapps.AddShortcut.Manifest">
12041 <owner>mlamouri@chromium.org</owner> 12054 <owner>mlamouri@chromium.org</owner>
12042 <description> 12055 <description>
12043 Shortcut added to the homescreen with a valid Manifest. This action will be 12056 Shortcut added to the homescreen with a valid Manifest. This action will be
12044 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12057 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12045 to keep a trend of whether the webapp also add meta tags. 12058 to keep a trend of whether the webapp also add meta tags.
12046 </description> 12059 </description>
12047 </action> 12060 </action>
12048 12061
12049 </actions> 12062 </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