chrome://about is now implemented as a new lit-based WebUI. We now use our Lit mangler to perform the necessary chrome: -> brave: scheme replacements. This only affects the display of the URL schemes, not the underlying schemes themselves. Chromium changes: https://chromium.googlesource.com/chromium/src/+/6448145f55afaf3f259f5c30f82c39aeb5f0f6ef commit 6448145f55afaf3f259f5c30f82c39aeb5f0f6ef Author: Sylvain Defresne <sdefresne@chromium.org> Date: Tue May 6 11:14:20 2025 -0700 [ios] Disable chrome://newtab links in chrome://chrome-urls There is no WebUI handler installed for chrome://newtab, so the link cannot be handled. Thus change chrome://chrome-urls to that the chrome://newtab is not tappable. Fixed: 415753154 Change-Id: I108b58d905e780f88dbe948f81b4a8ffc0a9eecf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6513048 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Asami Doi <asamidoi@chromium.org> Commit-Queue: Asami Doi <asamidoi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1456462}