| Index: remoting/host/policy_hack/policy_watcher_linux.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher_linux.cc b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| index 09c16232a0ab249fc54a6867ce5ad86810945407..f9c561f5ee61ed2e940cd2391e06368214c1462d 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_linux.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| @@ -68,7 +68,7 @@ class PolicyWatcherLinux : public PolicyWatcher {
|
|
|
| if (!config_dir_.empty() &&
|
| !watcher_->Watch(
|
| - config_dir_,
|
| + config_dir_, false,
|
| base::Bind(&PolicyWatcherLinux::OnFilePathChanged,
|
| weak_factory_.GetWeakPtr()))) {
|
| OnFilePathChanged(config_dir_, true);
|
|
|