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

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

Issue 5732002: Fix policy refresh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: check diffs Created 10 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
« no previous file with comments | « no previous file | chrome/browser/policy/file_based_policy_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/file_based_policy_loader.h
diff --git a/chrome/browser/policy/file_based_policy_loader.h b/chrome/browser/policy/file_based_policy_loader.h
index c1b32f28458595dac725b1f441b9ca73a980e11f..f718e8d137fdc5597847092f3e517ff1ce13eb9e 100644
--- a/chrome/browser/policy/file_based_policy_loader.h
+++ b/chrome/browser/policy/file_based_policy_loader.h
@@ -42,9 +42,9 @@ class FileBasedPolicyLoader : public AsynchronousPolicyLoader {
// intiialized.
void InitAfterFileThreadAvailable();
- // Creates the file path watcher and configures it watch |config_file_path_|.
- // Must be called on the file thread.
- void InitWatcher();
+ // Creates the file path watcher, configures it to watch |config_file_path_|
+ // and schedules the fallback reload task. Must be called on the file thread.
+ void InitOnFileThread();
// Cancels file path watch notification and destroys the watcher.
// Must be called on file thread.
« no previous file with comments | « no previous file | chrome/browser/policy/file_based_policy_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698