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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index eafd69ca9c45864e328648824c45bf9fee61c006..208338ff1b464ec251b0ff7f72d133424cacb9c4 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -9113,11 +9113,27 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Options_NetworkAddVPNBuiltIn">
+ <owner>stevenjb@chromium.org</owner>
+ <description>
+ Settings: Internet connection: VPN dropdown: Show built-in dialog for adding
+ an OpenVPN or T2TP VPN.
+ </description>
+</action>
+
+<action name="Options_NetworkAddVPNThirdParty">
+ <owner>stevenjb@chromium.org</owner>
+ <description>
+ Settings: Internet connection: VPN dropdown: Show &quot;add network&quot; dialog for a third-party VPN provider.
+ </description>
+</action>
+
<action name="Options_NetworkJoinOtherVPN">
<owner>stevenjb@chromium.org</owner>
<description>
Settings: Internet connection: VPN dropdown: Join other
</description>
+ <obsolete>Replaced by Options_NetworkAddVPNBuiltIn.</obsolete>
</action>
<action name="Options_NetworkJoinOtherWifi">

Powered by Google App Engine
This is Rietveld 408576698