You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CodeHealth] Remove DictionaryValue in components/permissions
This converts usage of base::DictionaryValue to base::Value in
components/permissions. Most of the conversion was going from
unique_ptr<base::DictionaryValue> to unique_ptr<base::Value>. While we
are moving away from heap-allocated base::Values, these particular
values are std::moved to other APIs expecting unique_ptr<base::Value>.
Usage of base::ListValue was also converted to base::Value.
Bug: 1187061, 1187062
Change-Id: I37e748030e022ca4d0897480e7444181c2c3be27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3137317
Reviewed-by: Ravjit Singh Uppal <[email protected]>
Reviewed-by: Balazs Engedy <[email protected]>
Commit-Queue: Scott Haseley <[email protected]>
Cr-Commit-Position: refs/heads/main@{#918860}
0 commit comments