commit | 042f913afd6f36d69a73d831ec5be59384fbd35c | [log] [tgz] |
---|---|---|
author | Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> | Fri Apr 05 20:50:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 05 20:50:41 2024 |
tree | d1d2bc0475277ba60e3570e739fa19a9827b1844 | |
parent | f295619439bf39bfd9e1fae166eb1ce8d3c52921 [diff] |
device posture: Exit DisableDevicePostureOverrideForEmulation() early when there is no override This matches the behavior in the spec more closely. If we do not bail out earlier, all calls to DisableDevicePostureOverrideForEmulation() will invoke OnPostureChange(), which is suboptimal. Change-Id: Icdcbace514ccf63eab7387e7bff75deab5530638 Bug: 330376761 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5424961 Auto-Submit: Raphael Kubo Da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Alexis Menard <alexis.menard@intel.com> Commit-Queue: Raphael Kubo Da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/main@{#1283373}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.