commit | dac5405fa39972f3c3b92e1c874ff065eb268265 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Fri Jan 25 08:30:28 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 25 08:30:28 2019 |
tree | c2084ba505d94e9cd5655ef08705d645794d7c5f | |
parent | 1126ddf03abc37ca801018c4bd04a1358a82d1cb [diff] |
Deduplicate copied code in Android memory usage accounting A big helper function was present both in newly added code and in older code and that prevented jumbo compilation of blink's controller (not yet enabled on master). This CL deduplicates the code, and to not add the helper function to to public API, makes it a private static member, with a friend declaration that allows the other class to use it. Bug: 920922 Change-Id: Ib24a2d9438a3e73c3f11276bb703516f67e75c23 Reviewed-on: https://chromium-review.googlesource.com/c/1433248 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Keishi Hattori <keishi@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#626025}
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 .