| Index: remoting/host/setup/me2me_native_messaging_host.cc
|
| diff --git a/remoting/host/setup/me2me_native_messaging_host.cc b/remoting/host/setup/me2me_native_messaging_host.cc
|
| index ce8686f9a18150ebb94fb664649fbfb9d856878f..1c56f63e039c18bd776bd7fa9b03d818326d7f04 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,
|
|
|