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

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

Issue 8467011: Include only policy definitions that apply to the platfrom in the policy definition list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed dead declarations. Created 9 years, 1 month 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
« no previous file with comments | « chrome/app/policy/cloud_policy_codegen.gyp ('k') | chrome/browser/policy/asynchronous_policy_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/app/policy/cloud_policy_codegen.gyp ('k') | chrome/browser/policy/asynchronous_policy_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698