commit | 304d15acc64c83bb65823221c4fea8ffe5cac3ef | [log] [tgz] |
---|---|---|
author | Salma Elmahallawy <esalma@google.com> | Mon Feb 03 16:48:10 2025 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Feb 03 18:46:39 2025 |
tree | 130f8d17db7a18ae22632b3f4f8a96efe21e6853 | |
parent | 7124865d0780b78f83037cafd442ea2492c42662 [diff] |
[EnterprisePill] Moving profile name logic for profile reporting The profile name is set too early for the profile report. When the profile is first created the profile name is assigned before policies are loaded. This causes the profile name to be missing the custom enterprise label when one is set. Therefore for a newly created profile the name form reported is GAIAName or GAIAName(DefaultProfileName) if there is another profile with the same gaia name. This CL fixes this to only set the profile name after policies have been loaded and the profile name has been updated in the profile storage entry. Bug: 383864949 Change-Id: I1bd60e93cbe92a3a46aa9c4228adc9c0e6756f05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6223914 Reviewed-by: Owen Min <zmin@chromium.org> Commit-Queue: Salma Elmahallawy <esalma@google.com> Cr-Commit-Position: refs/heads/main@{#1414960} NOKEYCHECK=True GitOrigin-RevId: c761804affb875748dc5771f4348674221697e19
This directory holds code related to Chrome for iOS. See this document for a description of the structure underneath this directory.