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

Unified Diff: remoting/host/win/elevation_helpers.h

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: Removing the CHECK assertion and replacing it with LOG(ERROR) instead. Created 4 years, 3 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 | « remoting/host/it2me/it2me_native_messaging_host_unittest.cc ('k') | remoting/host/win/elevation_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/elevation_helpers.h
diff --git a/remoting/host/win/elevation_helpers.h b/remoting/host/win/elevation_helpers.h
index 2a2e02a8624c7d314ebf485dd120c5de8faff649..eb4fab6901b739708fd49390744a052c420a66f4 100644
--- a/remoting/host/win/elevation_helpers.h
+++ b/remoting/host/win/elevation_helpers.h
@@ -10,6 +10,9 @@ namespace remoting {
// Determines whether the current process is elevated.
bool IsProcessElevated();
+// Determines whether the current process has the UiAccess privilege.
+bool CurrentProcessHasUiAccess();
+
} // namespace remoting
#endif // REMOTING_HOST_WIN_ELEVATION_HELPERS_H
« no previous file with comments | « remoting/host/it2me/it2me_native_messaging_host_unittest.cc ('k') | remoting/host/win/elevation_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698