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

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 6 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..9cb460bb919f321e445ea58f8ebebe0df5980d28 100644
--- a/chrome/browser/password_manager/password_manager.h
+++ b/chrome/browser/password_manager/password_manager.h
@@ -114,7 +114,8 @@ class PasswordManager : public LoginModel,
};
// Log failure for UMA
Ilya Sherman 2013/09/10 22:30:54 Please document the new parameter.
jdomingos 2013/09/11 15:50:30 Done.
- void RecordFailure(ProvisionalSaveFailure failure);
+ void RecordFailure(ProvisionalSaveFailure failure,
+ const std::string& url_host);
// 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