commit | ca16cb89db3596fe52239b30d1d4bf85f86f8544 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Wed Sep 03 09:26:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 03 09:26:18 2025 |
tree | baa0a2bbc01978301c636e39f7a97b3c3ceb3246 | |
parent | 96f6e4d21a5ef49d11f19a14a52942b9853bd65d [diff] |
[ios] Add RegisterProfilePrefs() to ProfileKeyedServiceFactoryIOS To remove the references to BrowserState (and make it clear that all code in //ios/chrome/browser should use ProfileIOS*) add a method RegisterProfilePrefs(...) to ProfileKeyedServiceFactoryIOS. If overloaded, it is used to register the prefs. Otherwise the code still use RegisterBrowserStatePrefs(...) which is still the method that sub-classes override (they will be converted in followup CLs). Bug: 436484783 Change-Id: I896e2fa9f321b605629124b7a53b00b6c3caf3c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6903972 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Federica Germinario <fedegermi@google.com> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1510108}
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.