| Index: chrome/browser/chromeos/login/auth/login_performer.cc
|
| diff --git a/chrome/browser/chromeos/login/auth/login_performer.cc b/chrome/browser/chromeos/login/auth/login_performer.cc
|
| index da683490a797928824d8848a3b322b960c1d3eae..6608914fe4f3fe798e3b50577fe093c535a5989f 100644
|
| --- a/chrome/browser/chromeos/login/auth/login_performer.cc
|
| +++ b/chrome/browser/chromeos/login/auth/login_performer.cc
|
| @@ -352,7 +352,7 @@ void LoginPerformer::StartAuthentication() {
|
| user_context_));
|
| // Make unobtrusive online check. It helps to determine password change
|
| // state in the case when offline login fails.
|
| - online_attempt_host_.Check(profile, user_context_);
|
| + online_attempt_host_.Check(profile->GetRequestContext(), user_context_);
|
| } else {
|
| NOTREACHED();
|
| }
|
|
|