dbus: clear array values before reading from variant

PopArrayFromVariant() appends values to the existing value, rather
than clearing first like I expected, so using this without clear()
first means the property value accumulates all values and never
loses them.

BUG=none
TEST=unit test included

Change-Id: Ie392a89190f4ad8570a905f24b2f446e1f2bed81

R=satorux@chromium.org

Review URL: https://chromiumcodereview.appspot.com/9809001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128108 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 72bbaccaa082a3ad6fff9bbc1cf70d01dabd79e8
3 files changed
tree: 5204a5bbd96fa72ce954bde77e46332fff796542
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/