| Index: remoting/host/host_main.cc
|
| diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
|
| index 75ce6fdfba8a25be507eb9794fbb19812efe3ffe..7c9fb16f27718928b6f3b82a0d7c02a19e52198c 100644
|
| --- a/remoting/host/host_main.cc
|
| +++ b/remoting/host/host_main.cc
|
| @@ -146,7 +146,7 @@ MainRoutineFn SelectMainRoutine(const std::string& process_type) {
|
| } else if (process_type == kProcessTypeRdpDesktopSession) {
|
| main_routine = &RdpDesktopSessionMain;
|
| } else if (process_type == kProcessTypeNativeMessagingHost) {
|
| - main_routine = &NativeMessagingHostMain;
|
| + main_routine = &Me2MeNativeMessagingHostMain;
|
| #endif // defined(OS_WIN)
|
| }
|
|
|
|
|