Chromium Code Reviews| Index: remoting/host/win/remoting_desktop.manifest |
| diff --git a/remoting/host/win/remoting_desktop.manifest b/remoting/host/win/remoting_desktop.manifest |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cc41f2f4b2eb9ebbd27b718e8cc8c64e0557fdeb |
| --- /dev/null |
| +++ b/remoting/host/win/remoting_desktop.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="requireAdministrator" uiAccess="true"></requestedExecutionLevel> |
|
Sergey Ulanov
2013/02/01 20:14:12
nit: How is this file generated? If it you created
alexeypa (please no reviews)
2013/02/01 21:09:16
Done.
|
| + </requestedPrivileges> |
| + </security> |
| + </trustInfo> |
| +</assembly> |