0
Files
src/testing
Benjamin Williams c9842f5f9c [iOS] Refactor Docking Promo inactivity thresholds to use TimeDelta.
The Docking Promo project currently uses integer values (in hours) for
its feature parameters related to inactivity thresholds. This approach
limits flexibility, as any changes to the time units (e.g., switching
from hours to minutes or days) require code modifications and
deployment.

This change refactors the Docking Promo feature params; using TimeDelta
instead of int (hours) for inactivity thresholds, enabling dynamic time
unit configuration via Finch.

Change-Id: If4bc28170de46209dc6168952e6d5a31df0b0f90
Bug: 335663309
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5462487
Reviewed-by: Scott Yoder <scottyoder@google.com>
Commit-Queue: Benjamin Williams <bwwilliams@google.com>
Cr-Commit-Position: refs/heads/main@{#1290101}
2024-04-19 19:13:47 +00:00
..