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

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

Issue 11444029: Added UserPolicySigninService::FetchPolicyForSignedInUser(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years 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_manager.h
diff --git a/chrome/browser/policy/cloud_policy_manager.h b/chrome/browser/policy/cloud_policy_manager.h
index 07050c1b52b9bef3658f129869b230502f0a1362..8be97a49159344f0a043fa360b06a4aaf2a2e088 100644
--- a/chrome/browser/policy/cloud_policy_manager.h
+++ b/chrome/browser/policy/cloud_policy_manager.h
@@ -75,7 +75,7 @@ class CloudPolicyManager : public ConfigurationPolicyProvider,
private:
// Completion handler for policy refresh operations.
- void OnRefreshComplete();
+ void OnRefreshComplete(bool success);
// Updates the refresh scheduler on refresh delay changes.
void UpdateRefreshDelay();

Powered by Google App Engine
This is Rietveld 408576698