DescriptionRemove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //dbus
The raw pointer overload of ListValue::Append() is deprecated and will
be removed. Instead, code should just write:
- ListValue::AppendBoolean()
- ListValue::AppendInteger()
- ListValue::AppendDouble()
- ListValue::AppendString()
BUG=581865
Committed: https://crrev.com/4f046e8566d5fc9b8ad8f1e1bed20422bbab36e3
Cr-Commit-Position: refs/heads/master@{#398228}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|