commit | 9c837128c9d64015e2bae5495a2215dd6b7095d9 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Feb 26 15:00:21 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 26 15:00:21 2019 |
tree | 11ce5cae84afefc3755321541ea609203b2940da | |
parent | 5f8b152f2d9147b8794c174491e2e1d286a91e09 [diff] |
Deduplicate some cookie manager code The two cookie managers in restricted_cookie_manager.cc and cookie_manager.cc need some shared functionality and rather than having a duplicate set of helper functions (of which one clashed in some jumbo builds and cause build breakage), move the shared helper functions to a new file cookie_managers_shared.cc. Bug: 729800 Change-Id: I1839bd04e96471569b1b8a53bf1921f182b8bff4 Reviewed-on: https://chromium-review.googlesource.com/c/1482974 Reviewed-by: Maks Orlovich <morlovich@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#635522}
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 .