| Index: chrome/browser/chromeos/login/google_authenticator.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/google_authenticator.h (revision 99773)
|
| +++ chrome/browser/chromeos/login/google_authenticator.h (working copy)
|
| @@ -120,6 +120,8 @@
|
| const std::string& oauth1_secret) OVERRIDE;
|
| virtual std::string EncryptToken(const std::string& token) OVERRIDE;
|
| virtual std::string DecryptToken(const std::string& encrypted_token) OVERRIDE;
|
| + virtual std::string DecryptLegacyToken(
|
| + const std::string& encrypted_token) OVERRIDE;
|
|
|
| // Callbacks from GaiaAuthFetcher
|
| virtual void OnClientLoginFailure(
|
|
|