Chromium Code Reviews| 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 |