Chromium Code Reviews
DescriptionChange base::DictionaryValue mojo deserialization to not expand paths.
Currently, when deserializing a base::DictionaryValue from mojo, the
values in the dictionary are set with Set(), which expands paths. This
causes data to be mutated when round-tripping through mojo. This CL
changes it to use SetWithoutPathExpansion() to avoid this mutation.
BUG=675860
Review-Url: https://codereview.chromium.org/2636113002
Cr-Commit-Position: refs/heads/master@{#444169}
Committed: https://chromium.googlesource.com/chromium/src/+/e1b6d38fd369d03ac2f13349a9d329ff0a8943d9
Patch Set 1 #
Messages
Total messages: 14 (9 generated)
|
||||||||||||||||||||||||||||