forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code health: remove some deprecated {List,Dict}Value API use from dep…
…s of services_unittests This originally targeted just ListValue::AppendString(), but things that append Strings to lists tend to also append other things to lists, and also usually insert things into dictionaries, so the neighboring code to the use of this API was adjusted to non-deprecated alternatives as well, to avoid revisiting those spots repeatedly. (This is done pretty locally, though, so some re-visits will likely still happen). Bug: 1187102 Change-Id: I2a1cb54859d2c3dba766c6ca58ef16abb9b7eac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2880740 Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by: Florent Castelli <orphis@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Commit-Queue: Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#881207}
- Loading branch information
Maks Orlovich
authored and
Chromium LUCI CQ
committed
May 10, 2021
1 parent
587ec19
commit 6dc0673
Showing
3 changed files
with
64 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters