| commit | 5066e045a0c8033f28f70ea39b29546cd63b6b1c | [log] [tgz] |
|---|---|---|
| author | Jinsuk Kim <jinsukkim@chromium.org> | Fri Oct 18 18:19:27 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 18 18:19:27 2024 |
| tree | 7f1e391879e0abbfaee7b45454b3cd011262e478 | |
| parent | ce0f280ec1503fb80d035d6cbec7e3a0392fc5d2 [diff] |
[MIM] Make the sign-in rate params configurable
Makes show count limit/show cadence configurable via chrome://flags
and server config. Provides 2 options (default cadence/always show).
The parameters can be referenced by:
SigninFeatureMap.getFieldTrialParamByFeatureAsInt(
SigninFeatures.CCT_SIGN_IN_PROMPT, "cadence_day", default-value)
Bug: crbug.com/374081901
Change-Id: I1e7e83d1c5f44c430f182af50241f3a4b3872334
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5941876
Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org>
Reviewed-by: Samar Chehade-Lepleux <samarchehade@google.com>
Cr-Commit-Position: refs/heads/main@{#1370727}
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.