0
Files
src/components/prefs
Ankush Singh 57f74e398a Set TestingPrefStore's read-only flag to false by default
Currently, this is set to true. This is bad because:
1. This being set to true reflects an error case in prod, which is not
realistic here for all the tests.
2. This leads to early-outs in some cases and thus doesn't let the tests
cover the actual usage.

Bug: 336776819
Change-Id: Ice7206bcd69c66cd970b753db8858a03258f2799
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5557925
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Commit-Queue: Ankush Singh <ankushkush@google.com>
Reviewed-by: Dominic Battre <battre@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1304992}
2024-05-23 11:38:20 +00:00
..