Index: remoting/host/it2me/it2me_host.h |
diff --git a/remoting/host/it2me/it2me_host.h b/remoting/host/it2me/it2me_host.h |
index c24f2d10d4e6f136f47027888180a9cd35afc276..442f85a7d2192fd9290a4122c2ea395d1ec55dff 100644 |
--- a/remoting/host/it2me/it2me_host.h |
+++ b/remoting/host/it2me/it2me_host.h |
@@ -126,6 +126,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); |