0
Files
src/extensions
Alex Turner baf68831a2 Remove deprecated Params::Create(const base::ListValue&) constructor
This constructor was deprecated in crrev.com/c/3064701 when the new
Params::Create(const base::Value::ConstListView& args) constructor was
added as part of the base::Value modernization effort. We remove the
deprecated call, which is now only used in tests.

This cl also modernizes some other uses of base::Value as a drive-by and
where necessary to use the new constructor.

Bug: 1187062
Change-Id: I986a280147410de2fef4855e98227983e83a8c16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3088635
Reviewed-by: Devlin <rdevlin.cronin@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Alex Turner <alexmt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#913086}
2021-08-18 18:44:52 +00:00
..
2021-07-23 19:34:59 +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: