diff options
Diffstat (limited to 'remoting/host/setup/me2me_native_messaging_host.cc')
-rw-r--r-- | remoting/host/setup/me2me_native_messaging_host.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/remoting/host/setup/me2me_native_messaging_host.cc b/remoting/host/setup/me2me_native_messaging_host.cc index ce8686f..1c56f63 100644 --- a/remoting/host/setup/me2me_native_messaging_host.cc +++ b/remoting/host/setup/me2me_native_messaging_host.cc @@ -289,11 +289,6 @@ void Me2MeNativeMessagingHost::ProcessGetPairedClients( scoped_ptr<base::DictionaryValue> response) { DCHECK(thread_checker_.CalledOnValidThread()); - if (needs_elevation_) { - DelegateToElevatedHost(message.Pass(), response.Pass()); - return; - } - if (pairing_registry_) { pairing_registry_->GetAllPairings( base::Bind(&Me2MeNativeMessagingHost::SendPairedClientsResponse, |