| Index: remoting/host/it2me/it2me_host.h
|
| diff --git a/remoting/host/it2me/it2me_host.h b/remoting/host/it2me/it2me_host.h
|
| index 944c68fdf38c013b9fbc355d5d83331977471877..3fbe56227d59665500394866f6a6ca77e970fe76 100644
|
| --- a/remoting/host/it2me/it2me_host.h
|
| +++ b/remoting/host/it2me/it2me_host.h
|
| @@ -135,10 +135,6 @@ class It2MeHost : public base::RefCountedThreadSafe<It2MeHost>,
|
| // the UI thread.
|
| void ShutdownOnUiThread();
|
|
|
| - // Called when |policy_watcher_| has stopped listening for changes and it is
|
| - // safe to delete it.
|
| - void OnPolicyWatcherShutdown();
|
| -
|
| // Called when initial policies are read, and when they change.
|
| void OnPolicyUpdate(scoped_ptr<base::DictionaryValue> policies);
|
|
|
|
|