commit | f9fb48281d14156ced949b145034e45beba98ec8 | [log] [tgz] |
---|---|---|
author | Boris Sazonov <bsazonov@chromium.org> | Thu Feb 24 12:35:49 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 24 12:35:49 2022 |
tree | a34dde10c12bdd27c350d4605172d98f1034ab24 | |
parent | 16424c2f6c6395b825198e8b8ec374ba0d5c6ad0 [diff] |
Revise FullRestoreServiceTest behavior when SyncSettingsCategorization is on FullRestoreServiceTest was assuming that prefs::kRestoreOnStartup becomes an OS pref if SyncSettingsCategorization is enabled. This is not true, as prefs::kRestoreOnStartup remains a browser pref even when SyncSettingsCategorization is on. This CL addresses the issue by rewriting a chunk of FullRestoreServiceTest to support OS and browser prefs within a single test. While this adds some complexity into FullRestoreServiceTest, most of this complexity is temporary and will go away when SyncSettingsCategorization is launched. Bug: 1299949 Change-Id: I0efd6874b4193530b7ce49326cd6fe2580a2860b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3482555 Reviewed-by: Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/main@{#974602}
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.