| 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 11a2dcf3c54e977ab5830f854ac39487d5d3c1d8..58aa211d8f79a49f2f1329de6a7b44a0e65d71c7 100644
|
| --- a/chrome/browser/chromeos/login/fake_login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/fake_login_utils.cc
|
| @@ -113,6 +113,10 @@ void FakeLoginUtils::InitRlzDelayed(Profile* user_profile) {
|
| NOTREACHED() << "Method not implemented.";
|
| }
|
|
|
| +bool FakeLoginUtils::RestartToApplyPerSessionFlagsIfNeed(Profile* profile) {
|
| + NOTREACHED() << "Method not implemented.";
|
| +}
|
| +
|
| void FakeLoginUtils::SetExpectedCredentials(const UserContext& user_context) {
|
| expected_user_context_ = user_context;
|
| if (authenticator_) {
|
|
|