
Refactor the ServiceWorkerContext interface, and all implementors, to use StorageKey. This is meant as a behavioral no-op. Bug: 1199077 Change-Id: I60b5c7ffaac18c940973952d99d80813f542f54d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3036482 Reviewed-by: Dominick Ng <dominickn@chromium.org> Reviewed-by: David Bertoni <dbertoni@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Ben Kelly <wanderview@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Steven Bingler <bingler@chromium.org> Cr-Commit-Position: refs/heads/master@{#905316}
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: