commit | 007902f7576a55423f9922b1e5c7864d28689b76 | [log] [tgz] |
---|---|---|
author | Victor Vianna <victorvianna@google.com> | Tue Feb 27 17:38:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 27 17:38:34 2024 |
tree | cd57653b72b4663de7da82e3f33188e09ec82365 | |
parent | 8496579f02357badac9110a6f07b05fe9a96efdc [diff] |
[android] Remove unnecessary mask in browsing_data_bridge.cc No behavior change. chrome_browsing_data_remover::DATA_TYPE_SITE_DATA already includes content::BrowsingDataRemover::DATA_TYPE_COOKIES, no need add both. https://source.chromium.org/chromium/chromium/src/+/main:chrome/browser/browsing_data/chrome_browsing_data_remover_constants.h;l=52;drc=f4a00cc248dd2dc8ec8759fb51620d47b5114090 Bug: None Change-Id: I2f613397105fc52f3c7cc92e342f643f53446383 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5328206 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by: Christian Dullweber <dullweber@chromium.org> Auto-Submit: Victor Vianna <victorvianna@google.com> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/main@{#1265883}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.