0
Files
src/extensions
Victor Hugo Vianna Silva d16128741a Migrate absl variant.h and utility.h in extensions
Since https://crrev.com/c/6330348, some utils in
third_party/abseil-cpp/absl/types/variant.h and
and third_party/abseil-cpp/absl/utility/utility.h are only aliases for
their std counterparts. This CL migrates code to use std:: directly.

Bug: 40242126
Change-Id: I7c338f2a5c9b37a79e27b6d559ddd2fb77217a16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6343173
Commit-Queue: Victor Vianna <victorvianna@google.com>
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1431022}
2025-03-11 11:12:37 -07:00
..
2025-03-03 07:28:32 -08: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: