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 |