Index: chrome/browser/policy/cloud_policy_identity_strategy.h |
diff --git a/chrome/browser/policy/cloud_policy_identity_strategy.h b/chrome/browser/policy/cloud_policy_identity_strategy.h |
index 0b4e213bbb0aee3c4e1da5aede0d85f0bfdf7289..421e60d94685b815bf36623e2b06ffed2b610b17 100644 |
--- a/chrome/browser/policy/cloud_policy_identity_strategy.h |
+++ b/chrome/browser/policy/cloud_policy_identity_strategy.h |
@@ -75,6 +75,9 @@ class CloudPolicyIdentityStrategy { |
// and return the new token in GetDeviceToken() calls. |
virtual void OnDeviceTokenAvailable(const std::string& token) = 0; |
+ // Start loading the token cache. |
+ virtual void LoadTokenCache() {} |
+ |
protected: |
// Notify observers that the effective token has changed. |
void NotifyDeviceTokenChanged(); |