commit | 57a6d5c94c6e7bad07fae30452dcc24ad3ba173c | [log][tgz] |
---|---|---|
author | Lauren Winston <lwinston@google.com> | Fri Jul 18 16:33:54 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 18 16:33:54 2025 |
tree | 1f779e0c38571b4b219927d76f7f00c0e62144c5 | |
parent | f21dfb857ae4b1852cde68dd78c631cce0d27964[diff] |
[Read aloud] Uninstall voices if reading mode isn't reopenedThe TTS engine uninstalls never used voices after 14 days anduninstalls other voices if they've been unused for 90 days.Right now, the TTS extension is only installed when reading modeis opened, which means that someone who opens reading mode and installsvoices will never get those voices uninstalled and cleared unlessthey reopen reading mode.This CL uses a preference to store the last time the TTS engine wasinstalled when reading mode was opened.If it was opened more than 14 days ago, re-install theextension to check to see if voices should be uninstalled.After 90 days, reset the last opened preference so that theextension will no longer be installed.Fixed: 431232699Change-Id:I61d1407ac82a5c1783a0592af165b23e02ffa5b9Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6735830Reviewed-by: Kristi Saney <kristislee@google.com>Commit-Queue: Lauren Winston <lwinston@google.com>Reviewed-by: Erik Chen <erikchen@chromium.org>Cr-Commit-Position: refs/heads/main@{#1488898}
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 ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone
! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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 athttps://crbug.com/new.