0
Files
src/extensions
Lei Zhang fb5050df0e Remove unneeded base/stl_util.h includes in device/, extensions/ and services/.
Repeatedly use grep to find all the files in device/, extensions/ and
services/ that includes base/stl_util.h but do not use any functions
provided by base/stl_util.h and base/cxx*_backports.h, and then remove
the base/stl_util.h include from them. Files that include
base/stl_util.h, but actually needs base/cxx*_backports.h, will be dealt
with separately.

Bug: 1194078
Change-Id: I0c31567380d220e2bb1daaa365183683a3658eac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2910831
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#886464}
2021-05-25 22:07:38 +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: