| 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 d67b49bf6096c52cbaabba860f6d6e8c8b86fcce..bd495da7c4a9fd79c4e9a14bff48e326b2dc72a2 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_linux.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| @@ -186,6 +186,7 @@ class PolicyWatcherLinux : public PolicyWatcher {
|
| } else {
|
| // A failure to load policy definitions is probably temporary, so try
|
| // again soon.
|
| + SignalTransientPolicyError();
|
| ScheduleReloadTask(base::TimeDelta::FromSeconds(kSettleIntervalSeconds));
|
| }
|
| }
|
|
|