Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3128)

Unified Diff: chrome/browser/policy/cloud_policy_identity_strategy.h

Issue 7233006: Store/Retrieve CrOS user policy in session_manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698