
This change adds a regression test for the referenced bug. It tests both that enabling the `DeferResetURLLoaderFactories` feature flag resolves the issue, and that disabling it causes the issue. Design doc: http://go/defer-reset-url-loader-factories Bug: 394523691 Change-Id: I46671553e4c0631416b76654c476cb6e29dd65ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6424484 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Andrea Orru <andreaorru@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443868}
This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.
Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.
Technical Documentation: