| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
policy: Decouple LocalFilesCleanup from g_browser_process
Replace direct access to g_browser_process->local_state() in
LocalFilesCleanup with explicit constructor dependency injection of
PrefService. This resolves the TODO in local_files_cleanup.cc, improves
testability, and makes class dependencies explicit.
In UserCloudPolicyManagerAsh::ConnectManagementService(), where
LocalFilesCleanup is instantiated, inject the existing local_state_
member variable via pointer extraction (&local_state_.get()).
TAG=agy
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |