Index: remoting/host/policy_watcher.cc |
diff --git a/remoting/host/policy_watcher.cc b/remoting/host/policy_watcher.cc |
index 58edfce9b662e4a52445edf3ae5b17a9c532c6f0..168cbf1cceffb4bf0bdd52682f0a6ef1b5f24a09 100644 |
--- a/remoting/host/policy_watcher.cc |
+++ b/remoting/host/policy_watcher.cc |
@@ -145,6 +145,7 @@ void PolicyWatcher::UpdatePolicies( |
} |
void PolicyWatcher::SignalPolicyError() { |
+ old_policies_->Clear(); |
policy_error_callback_.Run(); |
} |