
Use the GetKeys() method implemented in [1] for the implementation of the `chrome.storage` API. Also changes the implementation of the session storage area to support reading keys without reading values. [1] https://chromium-review.googlesource.com/c/chromium/src/+/6197397 Bug: 380739760 Change-Id: I463661e5deff8e595a437174eb80ff2e74b1fbb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6198270 Commit-Queue: Oliver Dunk <oliverdunk@chromium.org> Reviewed-by: Emilia Paz <emiliapaz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1411823}
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: