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

Unified Diff: remoting/host/win/enable_uiaccess.manifest

Issue 2185693003: Adding an It2Me host binary which is uiaccess enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@elevated
Patch Set: Merging! 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 | « remoting/host/predefines_win.gni ('k') | remoting/host/win/version.rc.jinja2 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/enable_uiaccess.manifest
diff --git a/remoting/host/win/enable_uiaccess.manifest b/remoting/host/win/enable_uiaccess.manifest
new file mode 100644
index 0000000000000000000000000000000000000000..cd7db4fc87ffd63982818b76d38fb80b52f116e7
--- /dev/null
+++ b/remoting/host/win/enable_uiaccess.manifest
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level="asInvoker" uiAccess="true"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
+</assembly>
« no previous file with comments | « remoting/host/predefines_win.gni ('k') | remoting/host/win/version.rc.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698