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 2f7a0f11ed75e0c23072851e7078eebbb1414aef..5a5de7cc16b8eef33980c830e13034f43c7bacfa 100644 |
--- a/chrome/browser/chromeos/login/fake_login_utils.cc |
+++ b/chrome/browser/chromeos/login/fake_login_utils.cc |
@@ -109,6 +109,10 @@ void FakeLoginUtils::InitRlzDelayed(Profile* user_profile) { |
NOTREACHED() << "Method not implemented."; |
} |
+void FakeLoginUtils::StartCertLoader(Profile* user_profile) { |
+ NOTREACHED() << "Method not implemented."; |
+} |
+ |
Profile* FakeLoginUtils::CreateProfile(const std::string& username_hash) { |
base::FilePath path; |
PathService::Get(chrome::DIR_USER_DATA, &path); |