| Index: chrome/browser/chromeos/login/test_login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/test_login_utils.cc b/chrome/browser/chromeos/login/test_login_utils.cc
|
| index 2365630a935424b40ab97b4c176537baf6eeddf0..0f86d4c1a78a9ed27a79507446af7e47c868749f 100644
|
| --- a/chrome/browser/chromeos/login/test_login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/test_login_utils.cc
|
| @@ -24,8 +24,9 @@ void TestLoginUtils::PrepareProfile(
|
| Delegate* delegate) {
|
| if (user_context != expected_user_context_)
|
| NOTREACHED();
|
| +
|
| // Profile hasn't been loaded.
|
| - delegate->OnProfilePrepared(NULL);
|
| + delegate->OnProfilePrepared(NULL, false);
|
| }
|
|
|
| void TestLoginUtils::DelegateDeleted(Delegate* delegate) {
|
|
|