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

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

Issue 11444029: Added UserPolicySigninService::FetchPolicyForSignedInUser(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback 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/device_local_account_policy_provider.h
diff --git a/chrome/browser/policy/device_local_account_policy_provider.h b/chrome/browser/policy/device_local_account_policy_provider.h
index 2838333b62b14c7a1205832625065cef53253f02..f26a208a7b900ea70683eec60deccdecf31f9a82 100644
--- a/chrome/browser/policy/device_local_account_policy_provider.h
+++ b/chrome/browser/policy/device_local_account_policy_provider.h
@@ -41,7 +41,8 @@ class DeviceLocalAccountPolicyProvider
DeviceLocalAccountPolicyBroker* GetBroker();
// Handles completion of policy refreshes and triggers the update callback.
- void ReportPolicyRefresh();
+ // |success| is true if the policy refresh was successful.
+ void ReportPolicyRefresh(bool success);
// Unless |waiting_for_policy_refresh_|, calls UpdatePolicy(), using the
// policy from the broker if available or keeping the current policy.
« no previous file with comments | « chrome/browser/policy/cloud_policy_service_unittest.cc ('k') | chrome/browser/policy/device_local_account_policy_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698