commit | 158c5fad3ef830e95f1eedb702878697e4dd0154 | [log] [tgz] |
---|---|---|
author | James Forshaw <forshaw@chromium.org> | Tue Nov 30 01:23:38 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 30 01:23:38 2021 |
tree | 759ca3a9ed0b2372ca6ae05a91160a55225473dc | |
parent | 3b3fcd7f5845518c87fd019c54929ea8e999d9b2 [diff] |
[Windows] Add an AccessToken class to base/win. This CL adds an AccessToken class to base/win to query properties of a Windows access token. This is to remove the repeated use of the GetTokenInformation API as well as removing requirements for including the Windows headers. Bug: 1270309 Change-Id: Ic49fee5faa7e3f3d61994de1d38ec2921de3ea4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3301649 Reviewed-by: Will Harris <wfh@chromium.org> Commit-Queue: James Forshaw <forshaw@chromium.org> Cr-Commit-Position: refs/heads/main@{#946260}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.