Remove 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

Review-Url: https://codereview.chromium.org/2037833003
Cr-Commit-Position: refs/heads/master@{#398228}


CrOS-Libchrome-Original-Commit: 4f046e8566d5fc9b8ad8f1e1bed20422bbab36e3
1 file changed
tree: 18141fc3e4ddd18d24e57e826314c589264fa0e6
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/