| Index: chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc
|
| diff --git a/chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc b/chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc
|
| index 3152008011515f62fb11957f49230f4d95cbbc8a..d28be23608066af86b564e197051def424d0e33d 100644
|
| --- a/chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc
|
| +++ b/chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc
|
| @@ -106,7 +106,8 @@ std::unique_ptr<NativeMessageHost> CreateIt2MeHost() {
|
| content::BrowserThread::GetTaskRunnerForThread(
|
| content::BrowserThread::FILE));
|
| std::unique_ptr<NativeMessageHost> host(
|
| - new remoting::It2MeNativeMessagingHost(std::move(context),
|
| + new remoting::It2MeNativeMessagingHost(/*needs_elevation=*/false,
|
| + std::move(context),
|
| std::move(host_factory)));
|
| return host;
|
| }
|
|
|