| Index: chrome/browser/chromeos/login/fake_login_utils.h
|
| diff --git a/chrome/browser/chromeos/login/fake_login_utils.h b/chrome/browser/chromeos/login/fake_login_utils.h
|
| index 23a834e83877bb0e3368029513dfa1f28b1f7eb2..34cae035a71d8f794a6679178ef100c83cb3b7a5 100644
|
| --- a/chrome/browser/chromeos/login/fake_login_utils.h
|
| +++ b/chrome/browser/chromeos/login/fake_login_utils.h
|
| @@ -34,6 +34,7 @@ class FakeLoginUtils : public LoginUtils {
|
| LoginStatusConsumer* consumer) OVERRIDE;
|
| virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE;
|
| virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
|
| + virtual void StartCertLoader(Profile* user_profile) OVERRIDE;
|
|
|
| void SetExpectedCredentials(const std::string& username,
|
| const std::string& password);
|
|
|