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

Unified Diff: tools/metrics/actions/actions.xml

Issue 980943005: Add ash UI for third-party VPNs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_407541_434711_remove_combined_name
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 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 604791bdba4b198692075a83f7922c8ea9d77314..98e834980d4d3b650b4d2b124f77bb02bfd4e88c 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11107,6 +11107,22 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="StatusArea_VPN_AddBuiltIn">
+ <owner>bartfab@chromium.org</owner>
+ <description>
+ Indicates that the user requested that the built-in dialog for adding an
+ OpenVPN or L2TP VPN be shown via the ash UI.
+ </description>
+</action>
+
+<action name="StatusArea_VPN_AddThirdParty">
+ <owner>bartfab@chromium.org</owner>
+ <description>
+ Indicates that the user requested that the &quot;add network&quot; dialog
+ for a third-party VPN be shown via the ash UI.
+ </description>
+</action>
+
<action name="StatusArea_VPN_ConnectToNetwork">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -11122,9 +11138,17 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="StatusArea_VPN_Disconnect">
+ <owner>bartfab@chromium.org</owner>
+ <description>
+ Indicates that the user disconnected from a VPN via the ash UI.
+ </description>
+</action>
+
<action name="StatusArea_VPN_JoinOther">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
+ <obsolete>Replaced by StatusArea_VPN_AddBuiltIn.</obsolete>
</action>
<action name="StatusArea_VPN_Settings">

Powered by Google App Engine
This is Rietveld 408576698