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

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

Issue 2665313002: Add a counter for clicking on Form-Not-Secure warnings (Closed)
Patch Set: rebase fixup again Created 3 years, 11 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 | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | 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 1531ad58e4b377cfd7f192e30f8a6632e50755bd..dd67a7572ee6dc28b88ab9e50177712233b1506e 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1569,6 +1569,15 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Autofill_ShowedHttpNotSecureExplanation">
+ <owner>estark@chromium.org</owner>
+ <description>
+ This user action is logged when the user selects a &quot;Login not
+ secure&quot; or &quot;Payment not secure&quot; warning item in the autofill
+ dropdown to show more information about the warning.
+ </description>
+</action>
+
<action name="Autofill_ShowedProfileSuggestions">
<owner>sebsg@chromium.org</owner>
<description>
@@ -13242,6 +13251,15 @@ 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="PasswordManager_ShowedHttpNotSecureExplanation">
+ <owner>estark@chromium.org</owner>
+ <description>
+ The user selected the &quot;Login not secure&quot; or &quot;Form not
+ secure&quot; item in the password manager autofill dropdown to show more
+ information about the warning.
+ </description>
+</action>
+
<action name="PasswordManager_SyncCredentialFilledAndLoginSuccessfull">
<owner>vabr@chromium.org</owner>
<owner>vasilii@chromium.org</owner>
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698