| Index: base/mac/authorization_util.mm
|
| diff --git a/base/mac/authorization_util.mm b/base/mac/authorization_util.mm
|
| index a459bbf8fe4e05e4ef2de2cb748dc965b9726980..a3bc4f95969189c23526f63f4be6e3c78378ee83 100644
|
| --- a/base/mac/authorization_util.mm
|
| +++ b/base/mac/authorization_util.mm
|
| @@ -108,7 +108,8 @@ OSStatus ExecuteWithPrivilegesAndGetPID(AuthorizationRef authorization,
|
| pipe_pointer = &local_pipe;
|
| }
|
|
|
| -// Deprecated in OS X 10.7. https://crbug.com/592663.
|
| +// AuthorizationExecuteWithPrivileges is deprecated in macOS 10.7, but no good
|
| +// replacement exists. https://crbug.com/593133.
|
| #pragma clang diagnostic push
|
| #pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
| // AuthorizationExecuteWithPrivileges wants |char* const*| for |arguments|,
|
|
|