| Code-Review | +1 |
- Updated references in callers.Could you add some background on the "why"? I guess there are plans for using this outside of autofill?
#ifndef CHROME_BROWSER_AUTOFILL_ACCOUNT_SETTING_SERVICE_FACTORY_H_I guess this should also move out of the /autofill folder, but that can be another CL.
"+components/keyed_service/core",
"+components/sync/model",
"+components/sync/base",nit: sort alphabetically
"+components/account_settings",nit: Move down into the keep-sorted block
"+components/account_settings",Move into the keep-sorted block
#import "components/account_settings/account_setting_service.h"nit: Not used?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
- Moved account_settings from components/autofill/core/browser/webdata/account_settings/ to components/account_settings/.Should there be an OWNERS file for this new component?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
- Moved account_settings from components/autofill/core/browser/webdata/account_settings/ to components/account_settings/.Should there be an OWNERS file for this new component?
Oh yes, there definitely should be! (I thought about this but then forgot to comment :-/)
- Moved account_settings from components/autofill/core/browser/webdata/account_settings/ to components/account_settings/.Marc TreibShould there be an OWNERS file for this new component?
Oh yes, there definitely should be! (I thought about this but then forgot to comment :-/)
It's on the previous CL :)
Could you add some background on the "why"? I guess there are plans for using this outside of autofill?
Done
#ifndef CHROME_BROWSER_AUTOFILL_ACCOUNT_SETTING_SERVICE_FACTORY_H_I guess this should also move out of the /autofill folder, but that can be another CL.
It's on the next CL :)
"+components/keyed_service/core",
"+components/sync/model",
"+components/sync/base",Norge Vizcaynit: sort alphabetically
Done
nit: Move down into the keep-sorted block
Done
Move into the keep-sorted block
Done
#import "components/account_settings/account_setting_service.h"Norge Vizcaynit: Not used?
Removed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Chris, can you take a look a the iOS files?
Thank you!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Alexis, could you take a look at the changes in `ios/chrome/browser/account_settings/model/`?
Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
"+components/sync/base",
"+components/sync/model",I think these 2 are not needed, `"+components/sync",` is already in ios/chrome/browser/DEPS
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
I think these 2 are not needed, `"+components/sync",` is already in ios/chrome/browser/DEPS
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
18 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: ios/chrome/browser/account_settings/model/DEPS
Insertions: 0, Deletions: 2.
@@ -1,8 +1,6 @@
include_rules = [
# keep-sorted start
"+components/account_settings",
- "+components/sync/base",
- "+components/sync/model",
"+ios/chrome/browser/shared/model/profile",
"+ios/chrome/browser/sync/model",
# keep-sorted end
```
[account_settings] Move account_settings to its own component
This CL extracts the account settings logic into a dedicated component.
Originally housed within components/autofill as its sole consumer, the
logic is being decoupled to support upcoming integration with other
components.
Specifically, the CL:
- Moved account_settings from components/autofill/core/browser/webdata/account_settings/ to components/account_settings/.
- Renamed namespace to account_settings.
- Updated references in callers.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |