| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index bb53cf7b6227e9ff50ae4630f155256ae7994972..282538f541ea4792a75e80e1a3768534a6745849 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -912,7 +912,10 @@ class StubLogin : public chromeos::LoginStatusConsumer {
|
| const std::string& password,
|
| const GaiaAuthConsumer::ClientLoginResult& credentials,
|
| bool pending_requests) {
|
| - chromeos::LoginUtils::Get()->CompleteLogin(username, password, credentials);
|
| + chromeos::LoginUtils::Get()->CompleteLogin(username,
|
| + password,
|
| + credentials,
|
| + pending_requests);
|
| delete this;
|
| }
|
|
|
|
|