commit | 88644df8305ec13c117d03a651e1433c99fe935c | [log] [tgz] |
---|---|---|
author | Mark Schillaci <mschillaci@google.com> | Thu Nov 14 21:53:21 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 14 21:53:21 2024 |
tree | c4c1cc2c45385c31d8089156a89bc9950ff54044 | |
parent | 67d8019122516bce9485b0c5d4b0e4b9912ccbb2 [diff] |
Move force enable zoom preference out of FontSizePrefs This CL moves the management of the force enable zoom user preference out of the FontSizePrefs singleton and into the AccessibilitySettings delegate. The user preference is no longer tied to the text scaling setting, which has been removed, so it is misplaced being in the FontSizePrefs class, which we hope to eventually remove entirely. There is no change to the user preference or setting, merely moving where the string is defined and how the AccessibilitySettings page checks and updates the value. AX-Relnotes: N/A Bug: 376543349 Change-Id: If4821349b5443d40b12528f1f8f468111fc3a68b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021506 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Commit-Queue: Mark Schillaci <mschillaci@google.com> Cr-Commit-Position: refs/heads/main@{#1383257}
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.