| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM with a comment.
EnrollmentHandler::GetURLLoaderFactory() {(optional) this is probably not needed, if we pass the instance to DeviceAccountInitializer at L571.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Thank you for the review!
EnrollmentHandler::GetURLLoaderFactory() {(optional) this is probably not needed, if we pass the instance to DeviceAccountInitializer at L571.
Thanks for the suggestion. Let me follow-up in a separate CL since I need to touch another delegate.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
policy: Remove g_browser_process from EnrollmentHandler
Inject PrefService and SharedURLLoaderFactory into the constructor of
EnrollmentHandler instead of retrieving them from the global
g_browser_process pointer. This improves component encapsulation and
testability.
TAG=agy
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |