commit | ac62ca0d5f5bb57c19a11f8c20407672d8d6673c | [log] [tgz] |
---|---|---|
author | Salma Elmahallawy <esalma@google.com> | Tue Dec 19 16:27:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 19 16:27:09 2023 |
tree | c368eaa463cd15ad12f60230b2040827dd6a83d7 | |
parent | bbf5dfd2b95d91eca45b22f85f1a6ddaac9da28d [diff] |
[IdleTimeout] Adding pref for idle timeout set as user policy on iOS IdleTimeoutActions may require an action to be applied differently if the policy is set as a user policy. Currently, if a data clearing action is set, it clears the data for TimePeriod::ALL_TIME. Since there is only one profile on iOS, data will be cleared for the sign-in session only if the policy is set as a user policy. This CL introduces a pref that will be used to determine whether data should be cleared from the time of sign in or for the whole time. The action implementation update will be implemented in a separate CL. Bug: b/301676922 Change-Id: I0b9fac01d875c792aea77bdccfa9b7ee26bc321d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5124424 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Salma Elmahallawy <esalma@google.com> Cr-Commit-Position: refs/heads/main@{#1239183}
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.