0
Files
src/extensions
Lei Zhang 66e07e4f9f Remove debugging code from EventRouter.
In EventRouter::DoDispatchEventToSenderBookkeeping(), a logging call to
help debug a crash should have been removed over a year ago. Remove it
and also rewrite the method to be a little cleaner.

Bug: 897946
Change-Id: I91b6fbbc0971dd86ed3e2a346de1ee4e2dc26ed2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2914119
Commit-Queue: Finnur Thorarinsson <finnur@chromium.org>
Auto-Submit: Lei Zhang <thestig@chromium.org>
Reviewed-by: Finnur Thorarinsson <finnur@chromium.org>
Cr-Commit-Position: refs/heads/master@{#886243}
2021-05-25 11:16:04 +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: