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

Unified Diff: chrome/browser/policy/configuration_policy_loader_win.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
Index: chrome/browser/policy/configuration_policy_loader_win.h
diff --git a/chrome/browser/policy/configuration_policy_loader_win.h b/chrome/browser/policy/configuration_policy_loader_win.h
index 88fafe4ee3cbbc7fc3a56a6eafc011bf8d022090..d0317a98655b5edd8b2d4b19639804ebd48e3129 100644
--- a/chrome/browser/policy/configuration_policy_loader_win.h
+++ b/chrome/browser/policy/configuration_policy_loader_win.h
@@ -23,6 +23,9 @@ class ConfigurationPolicyLoaderWin
int reload_interval_minutes);
virtual ~ConfigurationPolicyLoaderWin() {}
+ // AsynchronousPolicyLoader overrides:
+ virtual void Reload(bool force) OVERRIDE;
+
protected:
// AsynchronousPolicyLoader overrides:
virtual void InitOnFileThread() OVERRIDE;
@@ -32,9 +35,6 @@ class ConfigurationPolicyLoaderWin
// Updates the watchers and schedules the reload task if appropriate.
void SetupWatches();
- // Post a reload notification and update the watch machinery.
- void Reload();
-
// ObjectWatcher::Delegate overrides:
virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
« no previous file with comments | « chrome/browser/policy/config_dir_policy_provider_unittest.cc ('k') | chrome/browser/policy/configuration_policy_loader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698