Index: remoting/host/it2me/it2me_host.cc |
diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc |
index eb13e47fa9666b4cce59691af08b4417a26aa62d..afaaf07e61ecc58493791fa7c0dd985e0be9dd73 100644 |
--- a/remoting/host/it2me/it2me_host.cc |
+++ b/remoting/host/it2me/it2me_host.cc |
@@ -67,9 +67,7 @@ |
host_context_->ui_task_runner())); |
// Start monitoring configured policies. |
- policy_watcher_->StartWatching( |
- base::Bind(&It2MeHost::OnPolicyUpdate, this), |
- base::Bind(&It2MeHost::OnPolicyError, this)); |
+ policy_watcher_->StartWatching(base::Bind(&It2MeHost::OnPolicyUpdate, this)); |
// Switch to the network thread to start the actual connection. |
host_context_->network_task_runner()->PostTask( |
@@ -341,11 +339,6 @@ |
} |
} |
-void It2MeHost::OnPolicyError() { |
- // TODO(lukasza): Report the policy error to the user. crbug.com/433009 |
- NOTIMPLEMENTED(); |
-} |
- |
void It2MeHost::UpdateNatPolicy(bool nat_traversal_enabled) { |
DCHECK(host_context_->network_task_runner()->BelongsToCurrentThread()); |