| Index: chrome/browser/chromeos/login/google_authenticator.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/google_authenticator.h (revision 106962)
|
| +++ chrome/browser/chromeos/login/google_authenticator.h (working copy)
|
| @@ -117,8 +117,6 @@
|
| 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(
|
|
|