blob: 587d979990865beabf91f6ef561a250a7496e87e [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_WIN_CONFLICTS_TOKEN_UTIL_H_
#define CHROME_BROWSER_WIN_CONFLICTS_TOKEN_UTIL_H_
// Returns true if the current thread token is part of the built-in
// Administrators group, which is a proxy for determining if the current user
// has administrator rights.
bool HasAdminRights();
#endif // CHROME_BROWSER_WIN_CONFLICTS_TOKEN_UTIL_H_