
... and use SetLazyDataProperty() instead. SetAccessor() will be deprecated soon. Given that SetLazyDataProperty() does property reconfiguration underneath it's no longer necessary to do it manually in ModuleSystem::LazyFieldGetter(). Bug: 336325111 Change-Id: I64dbf9cc5481c9346233c9872c4407fca206cf29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5477788 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Igor Sheludko <ishell@chromium.org> Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1291802}
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: