| Index: base/process/process_info.h
|
| diff --git a/base/process/process_info.h b/base/process/process_info.h
|
| index fe03b9045e35074985f905437a5bb263eafdda88..5138e2475a97def18da143e0c10c26d01840ed72 100644
|
| --- a/base/process/process_info.h
|
| +++ b/base/process/process_info.h
|
| @@ -31,6 +31,10 @@ enum IntegrityLevel {
|
| // Returns the integrity level of the process. Returns INTEGRITY_UNKNOWN in the
|
| // case of an underlying system failure.
|
| BASE_EXPORT IntegrityLevel GetCurrentProcessIntegrityLevel();
|
| +
|
| +// Determines whether the current process is elevated.
|
| +BASE_EXPORT bool IsCurrentProcessElevated();
|
| +
|
| #endif // defined(OS_WIN)
|
|
|
| } // namespace base
|
|
|