| 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 3ffefeacba0a853ae2383d9ddb3c8c2b6c80dfcc..20724b81697467849407ec253721b4b66f8a9878 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));
|
| }
|
| }
|
|
|