commit | a5676c607e107238b2d0cdd55e626c93669a92f1 | [log] [tgz] |
---|---|---|
author | jdoerrie <[email protected]> | Tue Apr 11 18:09:14 2017 |
committer | Commit bot <[email protected]> | Tue Apr 11 18:09:14 2017 |
tree | d988ba98d83afb41b0ab582bdc8442be72a82cef | |
parent | e57139b41ebdda733b1dd9159738381fb941fd03 [diff] |
Reland of Change base::Value::ListStorage to std::vector<base::Value> The compilation on ChromeOS failed for the original CL (http://crrev.com/2811673002), it is likely that a simple rebase fixes the issue. This patchset is equivalent to issue 2740143002 at patchset 14, simply another rebase took place. Original description follows: This CL is a first step to inlining base::ListValue. It is proposed to use an std::vector<base::Value> as the underlying ListStorage. This CL implements the change and updates the code accordingly. BUG=646113 [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2809023003 Cr-Commit-Position: refs/heads/master@{#463684}