commit | bdedada192d48c1d73b0804d919822af101ebf7a | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <[email protected]> | Tue Jun 08 23:50:00 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jun 08 23:50:00 2021 |
tree | e0e417ed06460a7f42e68b2851224b616f6e582a | |
parent | a2c013d968b0990500e15c8dc28457b987da16d5 [diff] |
Remove plumbing of kSavingBrowserHistoryDisabled through c/sync/ Now that the same constant started being used everywhere in crrev.com/c/2944930, the plumbing of the pref name through some sync layers can be removed, instead referencing the constant directly where it's needed. Fixed: 1217127 Change-Id: I19a73c69f15e83572b6d8ad3de2a69567867c02a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2944890 Commit-Queue: Victor Vianna <[email protected]> Reviewed-by: Maksim Moskvitin <[email protected]> Reviewed-by: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#890509}
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.