Index: remoting/host/policy_watcher.cc |
diff --git a/remoting/host/policy_watcher.cc b/remoting/host/policy_watcher.cc |
index d8bc0561a993cf27c75aff2decfa5638d0e2490a..b21da1bac6a43659e31ebaa26eb0564c17c72f15 100644 |
--- a/remoting/host/policy_watcher.cc |
+++ b/remoting/host/policy_watcher.cc |
@@ -195,6 +195,8 @@ PolicyWatcher::PolicyWatcher( |
default_values_->SetBoolean(key::kRemoteAccessHostAllowRelayedConnection, |
true); |
default_values_->SetString(key::kRemoteAccessHostUdpPortRange, ""); |
+ default_values_->SetBoolean( |
+ key::kRemoteAccessHostAllowUiAccessForRemoteAssistance, false); |
} |
PolicyWatcher::~PolicyWatcher() { |