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

Unified Diff: chrome/browser/policy/user_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/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

Powered by Google App Engine
This is Rietveld 408576698