| 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 351f6e5fcc29e56e259c8f1c1ef85b52f7371a35..8f1447bded2c4c6ee21b7b3b3f766eceb156c6a3 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
|
| - 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
|
|
|