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

Unified Diff: chrome/browser/password_manager/password_manager.h

Issue 23140005: Added of new UMA signals in order to be able to discover early if the "save password" feature gets … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review 7 Created 7 years, 3 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: chrome/browser/password_manager/password_manager.h
diff --git a/chrome/browser/password_manager/password_manager.h b/chrome/browser/password_manager/password_manager.h
index 786548d29d806b9e6cb03a4081222d1eb8e42567..52e70d8b2e4ca0aa211a0df59fa0ec8de64e6274 100644
--- a/chrome/browser/password_manager/password_manager.h
+++ b/chrome/browser/password_manager/password_manager.h
@@ -114,7 +114,10 @@ class PasswordManager : public LoginModel,
};
// Log failure for UMA
- void RecordFailure(ProvisionalSaveFailure failure);
+ // |form_origin| is used in order to know if the save password prompt behavior
vabr (Chromium) 2013/09/11 17:31:24 nit: the previous line is wrapped too soon. Just a
jdomingos 2013/09/11 19:15:28 Done.
+ // is monitored for the current host.
+ void RecordFailure(ProvisionalSaveFailure failure,
+ const std::string& form_origin);
// Possibly set up FieldTrial for testing other possible usernames. This only
// happens if there are other_possible_usernames to be shown and the

Powered by Google App Engine
This is Rietveld 408576698