Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1931)

Unified Diff: chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc

Issue 2179353004: Update Windows It2Me to allow remote users to interact with elevated windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@it2me_uiaccess
Patch Set: Fixing some comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/it2me/it2me_host.h » ('j') | remoting/host/it2me/it2me_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | remoting/host/it2me/it2me_host.h » ('j') | remoting/host/it2me/it2me_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698