| 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 bee416c2f7ace38ec22f9431662b1163e30c19b1..91100d35ed594466ec0b54bde1cd3f9a02b91a4a 100644
|
| --- a/chrome/browser/chromeos/login/fake_login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/fake_login_utils.cc
|
| @@ -98,10 +98,6 @@ void FakeLoginUtils::RestoreAuthenticationSession(Profile* profile) {
|
| NOTREACHED() << "Method not implemented.";
|
| }
|
|
|
| -void FakeLoginUtils::StopBackgroundFetchers() {
|
| - NOTREACHED() << "Method not implemented.";
|
| -}
|
| -
|
| void FakeLoginUtils::InitRlzDelayed(Profile* user_profile) {
|
| NOTREACHED() << "Method not implemented.";
|
| }
|
|
|