| Index: chrome/browser/chromeos/login/mock_authenticator.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/mock_authenticator.h (revision 109957)
|
| +++ chrome/browser/chromeos/login/mock_authenticator.h (working copy)
|
| @@ -107,6 +107,9 @@
|
|
|
| virtual void PrewarmAuthentication() {}
|
|
|
| + virtual void RestoreAuthenticationSession(const std::string& user_name,
|
| + Profile* profile) {}
|
| +
|
| virtual void FetchCookies(
|
| Profile* profile,
|
| const GaiaAuthConsumer::ClientLoginResult& credentials) {}
|
|
|