commit | 7e7a9798907404ceaded04c230cd7b4a3204a94f | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <[email protected]> | Tue Oct 15 14:42:05 2019 |
committer | Commit Bot <[email protected]> | Tue Oct 15 14:42:05 2019 |
tree | c6c033f94f4f790c67804391bde41a2c80b3ed72 | |
parent | ec77e5b299e87949da9af35c08fde9ac115ca219 [diff] |
[base] Add list utility methods to Value This change adds a few list utility methods to base::Value. This change is in preparation for switching the return type of the mutable GetList() from ListStorage& to base::span<base::Value>, at which point it won't be possible anymore to remove Values using std::vector's API. Bug: 646113 Change-Id: Ia10e7f43723722e0a66794466c6ffca0fe221c4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857118 Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Jan Wilken Dörrie <[email protected]> Cr-Commit-Position: refs/heads/master@{#705953}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .