0
Files
src/extensions
Istiaque Ahmed cfaf4056e6 [Extensions] Add (temporary) CHECKs to SetPrivate in ModuleSystem
This CL adds CHECK()s to SetPrivate() calls from ModuleSystem to
investigate whether setting Private succeeds or not. This
would help narrow down the root cause for crbug.com/1276144.

Bug: 1276144
Change-Id: I058742272c5be320744005658e15b6e0b9328bfc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3646274
Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org>
Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1004867}
2022-05-18 18:21:31 +00:00
..
2022-04-16 06:51:49 +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: