Hi Matt,
As we discussed this is to prioritize the approximate location request when there are both precise and approximate request clients.
PTAL and thanks!
Alvin
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Chromium IPC Rreviwers,
PTAL at this change for services/device/public/mojom/geoposition.mojom
Thanks!
Alvin
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
From googleclient/chrome/chromium_gwsq/ipc/config.gwsq:
Shadow: ff...@chromium.org; IPC: mea...@chromium.org
📎 It looks like you’re making a possibly security-sensitive change! 📎 IPC security review isn’t a rubberstamp, so your friendly security reviewer will need a fair amount of context to review your CL effectively. Please review your CL description and code comments to make sure they provide context for someone unfamiliar with your project/area. Pay special attention to where data comes from and which processes it flows between (and their privilege levels). Feel free to point your security reviewer at design docs, bugs, or other links if you can’t reasonably make a self-contained CL description. (Also see https://cbea.ms/git-commit/).
Shadow IPC reviewer(s): ff...@chromium.org. Please conduct an IPC review and CR+1 when satisfied. Remember to add the main reviewers to the attention set if needed.
Main IPC reviewer(s): mea...@chromium.org. Please wait for the shadowed IPC reviewer to CR+1 before reviewing.
Shadowed: ff...@chromium.org
Reviewer source(s):
ff...@chromium.org, mea...@chromium.org is from context(googleclient/chrome/chromium_gwsq/ipc/config.gwsq)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Indicates whether the location is precise or approximate.
bool is_precise = true;
just to confirm, if fine grained location is not supported, this is the appropriate default right?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Indicates whether the location is precise or approximate.
bool is_precise = true;
just to confirm, if fine grained location is not supported, this is the appropriate default right?
Yes, before approximate location feature, all location is considered precise.
Code-Review | +1 |
lgtm!
// Indicates whether the location is precise or approximate.
bool is_precise = true;
Alvin Jijust to confirm, if fine grained location is not supported, this is the appropriate default right?
Yes, before approximate location feature, all location is considered precise.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |