| 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
|
|
|