Index: remoting/host/it2me/it2me_host.h |
diff --git a/remoting/host/it2me/it2me_host.h b/remoting/host/it2me/it2me_host.h |
index b2eb7490315161f370e0c6a457688193c1280c4f..15921c6246c83df550993bdb30277addcb4395f9 100644 |
--- a/remoting/host/it2me/it2me_host.h |
+++ b/remoting/host/it2me/it2me_host.h |
@@ -132,6 +132,9 @@ class It2MeHost : public base::RefCountedThreadSafe<It2MeHost>, |
// Called when initial policies are read, and when they change. |
void OnPolicyUpdate(scoped_ptr<base::DictionaryValue> policies); |
+ // Called when malformed policies are detected. |
+ void OnPolicyError(); |
+ |
// Handlers for NAT traversal and host domain policies. |
void UpdateNatPolicy(bool nat_traversal_enabled); |
void UpdateHostDomainPolicy(const std::string& host_domain); |