Chromium Code Reviews| Index: chrome/browser/policy/user_policy_identity_strategy.h |
| diff --git a/chrome/browser/policy/user_policy_identity_strategy.h b/chrome/browser/policy/user_policy_identity_strategy.h |
| index c90011efd3a931165ee6c594a8e5f56771c59b32..56c6cc178173591900836cca2971c112a656764b 100644 |
| --- a/chrome/browser/policy/user_policy_identity_strategy.h |
| +++ b/chrome/browser/policy/user_policy_identity_strategy.h |
| @@ -33,9 +33,6 @@ class UserPolicyIdentityStrategy : public CloudPolicyIdentityStrategy, |
| const FilePath& token_cache_file); |
| virtual ~UserPolicyIdentityStrategy(); |
| - // Start loading the token cache. |
| - void LoadTokenCache(); |
| - |
| // CloudPolicyIdentityStrategy implementation: |
| virtual std::string GetDeviceToken() OVERRIDE; |
| virtual std::string GetDeviceID() OVERRIDE; |
| @@ -46,6 +43,7 @@ class UserPolicyIdentityStrategy : public CloudPolicyIdentityStrategy, |
| virtual bool GetCredentials(std::string* username, |
| std::string* auth_token) OVERRIDE; |
| virtual void OnDeviceTokenAvailable(const std::string& token) OVERRIDE; |
| + virtual void LoadTokenCache(); |
|
gfeher
2011/06/22 12:41:31
OVERRIDE?
Mattias Nissler (ping if slow)
2011/06/22 17:17:35
Done.
|
| private: |
| // Checks whether a new token should be fetched and if so, sends out a |