| Index: chrome/browser/chromeos/login/test_login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/test_login_utils.cc b/chrome/browser/chromeos/login/test_login_utils.cc
|
| index b673acac3bc01ce8bffb85b3f17ad1fdfb21816d..55ecf075a19d11b3fa2a0f69e152c6b25acf40e5 100644
|
| --- a/chrome/browser/chromeos/login/test_login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/test_login_utils.cc
|
| @@ -18,7 +18,6 @@ TestLoginUtils::~TestLoginUtils() {}
|
|
|
| void TestLoginUtils::PrepareProfile(
|
| const UserContext& user_context,
|
| - const std::string& display_email,
|
| bool has_cookies,
|
| bool has_active_session,
|
| Delegate* delegate) {
|
| @@ -36,7 +35,4 @@ scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
|
| return new MockAuthenticator(consumer, expected_user_context_);
|
| }
|
|
|
| -void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
|
| -}
|
| -
|
| } // namespace chromeos
|
|
|