| Index: chrome/browser/chromeos/login/test_login_utils.h
|
| diff --git a/chrome/browser/chromeos/login/test_login_utils.h b/chrome/browser/chromeos/login/test_login_utils.h
|
| index 81c7ed5c39bdfdd298ae14f6f3226a461ee1d718..6e9c838cd5965f74f75a20e44e116a51bec086df 100644
|
| --- a/chrome/browser/chromeos/login/test_login_utils.h
|
| +++ b/chrome/browser/chromeos/login/test_login_utils.h
|
| @@ -30,7 +30,6 @@ class TestLoginUtils : public LoginUtils {
|
| virtual void PrepareProfile(const std::string& username,
|
| const std::string& display_email,
|
| const std::string& password,
|
| - bool pending_requests,
|
| bool using_oauth,
|
| bool has_cookies,
|
| Delegate* delegate) OVERRIDE;
|
| @@ -48,12 +47,6 @@ class TestLoginUtils : public LoginUtils {
|
|
|
| virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE {}
|
|
|
| - virtual void StartTokenServices(Profile* profile) OVERRIDE {}
|
| -
|
| - virtual void StartSignedInServices(
|
| - Profile* profile,
|
| - const GaiaAuthConsumer::ClientLoginResult& credentials) OVERRIDE {}
|
| -
|
| virtual std::string GetOffTheRecordCommandLine(
|
| const GURL& start_url,
|
| const CommandLine& base_command_line,
|
|
|