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

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: Updated after latest round of UI reviews. 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
« no previous file with comments | « ash/system/tray/hover_highlight_view.cc ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 49e73673cbd200e333499b5e1483aa35a196ee9c..ba7b1f72c2ee13e590776244f283132f25f25c41 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11115,6 +11115,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>
@@ -11130,9 +11146,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">
« no previous file with comments | « ash/system/tray/hover_highlight_view.cc ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698