0
Files
src/extensions
Takashi Toyoshima e2d39810b3 OOR-CORS: Move chrome specific origin permission code to ExtensionsClient
Now Chrome specific origin permissions are handled in
extensions::DispatcherDelegate implementation in chrome/renderer/extensions.
To share this code with new callers in browser process, this change moves
the method to ExtensionsClient so that browser side callers can call it.

Bug: 870172
Change-Id: I0a55bd41b0eccb3450c7b6b32bc1fa5105ac3856
Reviewed-on: https://chromium-review.googlesource.com/c/1314018
Reviewed-by: Devlin <rdevlin.cronin@chromium.org>
Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606361}
2018-11-08 05:54:17 +00:00
..

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: