commit | cd5fa3ffc58ea937aaa55d0c500c2b81f70162a8 | [log] [tgz] |
---|---|---|
author | Torne (Richard Coles) <[email protected]> | Tue Oct 02 16:09:57 2018 |
committer | Commit Bot <[email protected]> | Tue Oct 02 16:09:57 2018 |
tree | 01b08facdc1123cd09891adc02b6bd76fac2366e | |
parent | d31b24e2e490d463981d85dd78b968bab5c4b67c [diff] |
Add helpers for byte[] <-> std::string. Several places in the code convert between Java byte arrays and C++ std::string, and some had implemented a local helper function for this. Add a generic helper for this to base instead, and convert existing places that do this to use the helper. Test: base_unittests Change-Id: Ia56fb6333bd6c453207814b0bcb5ac58b5488c20 Reviewed-on: https://chromium-review.googlesource.com/1255342 Commit-Queue: Richard Coles <[email protected]> Reviewed-by: Pavel Yatsuk <[email protected]> Reviewed-by: John Rummell <[email protected]> Reviewed-by: Jochen Eisinger <[email protected]> Cr-Commit-Position: refs/heads/master@{#595863}
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 .