Spanify `RedactionTool` (2/2) Convert `kBuiltInFirstPartyExtensionIds` to an array of `std::string_view` and tweak functions as necessary. Change the business logic to not expect a `nullptr` sentinel. Fixed: 439455382 Change-Id: Ia79513fee6503c41b91726f2391f2d18c0a5267d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7544239 Reviewed-by: Xiangdong Kong <[email protected]> Auto-Submit: Kalvin Lee <[email protected]> Commit-Queue: Kalvin Lee <[email protected]> Reviewed-by: Devlin Cronin <[email protected]> Cr-Commit-Position: refs/heads/main@{#1587695} NOKEYCHECK=True GitOrigin-RevId: edc4b56703ff9cb7bf14c95d72aa3b8efb98c305
redaction_tool: PII Redaction ToolA redaction_tool redacts the following PII using a wide set of RegEx expressions: kAndroidAppStoragePath kEmail kGaiaID kIPPAddress kIPAddress kLocationInfo kMACAddress kUIHierarchyWindowTitles kURL kSerial kSSID kStableIdentifier kVolumeLabel
The cros/upstream/main branch is a mirror of the components/feedback/redaction_tool directory from upstream.
To pull in updates from chromium/src, do the following:
git remote update
git checkout -b main cros/main
git merge cros/upstream/main
BUILD.gn should mostly use the version from main, unless the upstream changes the files to be built.git revert after committing the merge commit. This preserves the history and makes it clear why a change is being reverted rather than quietly changing it in the merge commit.Push the resulting merge commit with:
(chroot) $ git push HEAD:refs/for/main