commit | 52939ed422f481e2970edfa57a8bf24ca3dbacb8 | [log] [tgz] |
---|---|---|
author | jdoerrie <jdoerrie@chromium.org> | Wed Apr 26 18:19:42 2017 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 26 18:19:42 2017 |
tree | 19053c24237ec60fee5c0bff479a1e642b130512 | |
parent | c6fb6bedc079f579abfbb45891499c0702a1ad10 [diff] |
Expose Value::GetList and Value(ListStorage) on ListValue This change exposes the API introduced in r465517 also on the ListValue class directly. This is for convenience, as it simplifies deprecating the old raw pointer based APIs which eventually will lead to the complete inlining of the ListValue class into Value. R=brettw@chromium.org BUG=646113 Review-Url: https://codereview.chromium.org/2843783003 Cr-Commit-Position: refs/heads/master@{#467384}