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. |