Index: chrome/browser/policy/asynchronous_policy_loader.h |
diff --git a/chrome/browser/policy/asynchronous_policy_loader.h b/chrome/browser/policy/asynchronous_policy_loader.h |
index c9b93b5b5976bf9144324fc45192629eb8113f10..63a81f8800968c975bd65cc75867d3f896b3d18b 100644 |
--- a/chrome/browser/policy/asynchronous_policy_loader.h |
+++ b/chrome/browser/policy/asynchronous_policy_loader.h |
@@ -32,8 +32,9 @@ class AsynchronousPolicyLoader |
virtual void Init(const base::Closure& callback); |
// Reloads policy, sending notification of changes if necessary. Must be |
- // called on the FILE thread. |
- virtual void Reload(); |
+ // called on the FILE thread. When |force| is true, the loader should do an |
+ // immediate full reload. |
+ virtual void Reload(bool force); |
// Stops any pending reload tasks. Updates callbacks won't be performed |
// anymore once the loader is stopped. |