Index: remoting/host/policy_watcher.cc |
diff --git a/remoting/host/policy_watcher.cc b/remoting/host/policy_watcher.cc |
index 2d16584c858967ae00a27e8bbb10a2e0a4544aaa..1c63167f89532173142167840a1896d92b7f21c9 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(); |
} |