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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_HOST_WIN_ELEVATION_HELPERS_H 5 #ifndef REMOTING_HOST_WIN_ELEVATION_HELPERS_H
6 #define REMOTING_HOST_WIN_ELEVATION_HELPERS_H 6 #define REMOTING_HOST_WIN_ELEVATION_HELPERS_H
7 7
8 namespace remoting { 8 namespace remoting {
9 9
10 // Determines whether the current process is elevated. 10 // Determines whether the current process is elevated.
11 bool IsProcessElevated(); 11 bool IsProcessElevated();
12 12
13 // Determines whether the current process has the UiAccess privilege.
14 bool CurrentProcessHasUiAccess();
15
13 } // namespace remoting 16 } // namespace remoting
14 17
15 #endif // REMOTING_HOST_WIN_ELEVATION_HELPERS_H 18 #endif // REMOTING_HOST_WIN_ELEVATION_HELPERS_H
OLDNEW
« 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