| Index: chrome/browser/chromeos/login/parallel_authenticator.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/parallel_authenticator.h (revision 99168)
|
| +++ chrome/browser/chromeos/login/parallel_authenticator.h (working copy)
|
| @@ -149,6 +149,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;
|
|
|
| // AuthAttemptStateResolver overrides.
|
| // Attempts to make a decision and call back |consumer_| based on
|
|
|