| Index: chrome/installer/mac/app/AuthorizedInstall.m
|
| diff --git a/chrome/installer/mac/app/AuthorizedInstall.m b/chrome/installer/mac/app/AuthorizedInstall.m
|
| index 67929bed7bdef3c83c4ddd3b33c059b1dc86a653..b4cf69fba7d69e7800b522a5f0bb8de8b503ca44 100644
|
| --- a/chrome/installer/mac/app/AuthorizedInstall.m
|
| +++ b/chrome/installer/mac/app/AuthorizedInstall.m
|
| @@ -35,6 +35,8 @@
|
| return;
|
|
|
| FILE* file;
|
| +// 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"
|
| status = AuthorizationExecuteWithPrivileges(
|
|
|