commit | 070f60a2a157fc10710a85d0b93454e7241b330f | [log] [tgz] |
---|---|---|
author | James Hollyer <[email protected]> | Tue May 05 06:13:15 2020 |
committer | Commit Bot <[email protected]> | Tue May 05 06:13:15 2020 |
tree | 5fb321cd13e198831fa6b9550a1b7ae1da22fc2d | |
parent | 5e20370e4bc1fd3beaa9af62fe27aaedb903bacf [diff] [blame] |
[geolocation] Add a Core Location backend behind a flag This CL Adds a new Location Provider that uses the Core Location API to determine Location. Bug: 1035290 Change-Id: I7cff4285ba10163b7fcc6657c1c8705872526606 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152105 Commit-Queue: James Hollyer <[email protected]> Reviewed-by: Ovidio de Jesús Ruiz-Henríquez <[email protected]> Reviewed-by: Reilly Grant <[email protected]> Cr-Commit-Position: refs/heads/master@{#765416}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 8673531..f587821 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -387,6 +387,9 @@ extern const char kPostQuantumCECPQ2Name[]; extern const char kPostQuantumCECPQ2Description[]; +extern const char kMacCoreLocationImplementationName[]; +extern const char kMacCoreLocationImplementationDescription[]; + extern const char kWinrtGeolocationImplementationName[]; extern const char kWinrtGeolocationImplementationDescription[];