| Code-Review | +1 |
raw_ptr<ProfileIOS> destination_profile_;Thanks for fixing the name. Can you have the rename in a separate CL? We try to do separate refactors from changes in behavior so it is easier to review.
signin::IdentityManager* identity_manager =Incgonito profiles will have null identity manager. Does `GetActiveContentAreaUser` handles this?
signin::IdentityManager* identity_manager =same question as above.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks for fixing the name. Can you have the rename in a separate CL? We try to do separate refactors from changes in behavior so it is easier to review.
I'll fix the name in a different CL.
Incgonito profiles will have null identity manager. Does `GetActiveContentAreaUser` handles this?
Yes, it will return an empty string if identity manager is null. https://source.chromium.org/chromium/chromium/src/+/main:components/enterprise/connectors/core/content_area_user_provider.cc;drc=ff8e1e3fb4db89a3ce783afb0b43d6cf86751183;l=78
signin::IdentityManager* identity_manager =Yixi Wusame question as above.
Marked as resolved.
| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[iOS] Add Get Active Content Area User to DataControls Utils
Implemented source_active_user() and destination_active_user() from
ios_clipboard_context, utilizing the GetActiveContentAreaUser from the
components folder.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |