Commit 49630b01 authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

mac: Add location entitlement

Now that we are starting to use the Core Location API for geolocation
the Chrome app should probably have the location entitlement.

Bug: 1051591
Change-Id: I66ff154a77298179737f12d4c00d43153422e325
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401269Reviewed-by: default avatarLeonard Grey <lgrey@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805487}
parent 4e893572
......@@ -12,5 +12,7 @@
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
</dict>
</plist>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment