| Index: rlz/win/lib/process_info.h
|
| diff --git a/rlz/win/lib/process_info.h b/rlz/win/lib/process_info.h
|
| index 84bd60482456a415d891aeebdcdf84cc45c1cec6..d3b39f398131a7b3c2e8c9c8e6732141c2eba036 100644
|
| --- a/rlz/win/lib/process_info.h
|
| +++ b/rlz/win/lib/process_info.h
|
| @@ -13,13 +13,6 @@ namespace rlz_lib {
|
|
|
| class ProcessInfo {
|
| public:
|
| - enum IntegrityLevel {
|
| - INTEGRITY_UNKNOWN,
|
| - LOW_INTEGRITY,
|
| - MEDIUM_INTEGRITY,
|
| - HIGH_INTEGRITY,
|
| - };
|
| -
|
| // All these functions cache the result after first run.
|
| static bool IsRunningAsSystem();
|
| static bool HasAdminRights(); // System / Admin / High Elevation on Vista
|
|
|