| Index: chrome/browser/chromeos/login/fake_login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/fake_login_utils.cc b/chrome/browser/chromeos/login/fake_login_utils.cc
|
| index b32c29c4ae1f5fe71ea557da5a4f43a43966648a..6a866f39c1362438659bec8fb8b897b29b3482ef 100644
|
| --- a/chrome/browser/chromeos/login/fake_login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/fake_login_utils.cc
|
| @@ -102,6 +102,11 @@ scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator(
|
| return authenticator_;
|
| }
|
|
|
| +bool FakeLoginUtils::RestartToApplyPerSessionFlagsIfNeed(Profile* profile,
|
| + bool early_restart) {
|
| + NOTREACHED() << "Method not implemented.";
|
| +}
|
| +
|
| void FakeLoginUtils::SetExpectedCredentials(const UserContext& user_context) {
|
| expected_user_context_ = user_context;
|
| if (authenticator_) {
|
|
|