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

Unified Diff: components/password_manager/core/browser/password_manager_metrics_util.h

Issue 2665313002: Add a counter for clicking on Form-Not-Secure warnings (Closed)
Patch Set: use UserActions, and separate for password/autofill 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
Index: components/password_manager/core/browser/password_manager_metrics_util.h
diff --git a/components/password_manager/core/browser/password_manager_metrics_util.h b/components/password_manager/core/browser/password_manager_metrics_util.h
index 2df5d745624f28a58afc5b7658024b3a0ad8e158..23886b56745cb8a70456817a173e33b52a666e3e 100644
--- a/components/password_manager/core/browser/password_manager_metrics_util.h
+++ b/components/password_manager/core/browser/password_manager_metrics_util.h
@@ -242,6 +242,10 @@ void LogPasswordReuse(int password_length,
int number_matches,
bool password_field_detected);
+// Log when the user selects the Form-Not-Secure warning to show more
vasilii 2017/02/02 13:33:01 "Login not secure"? Selects where? in the password
estark 2017/02/02 21:51:25 Just the dropdown. Clarified the comment.
+// information about the warning.
+void LogShowedHttpNotSecureExplanation();
+
} // namespace metrics_util
} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698