| Index: chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
| diff --git a/chrome/browser/chromeos/login/screens/user_selection_screen.cc b/chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
| index fe4456577817112f144e2d351f375a7d8eeb8cbf..9ebe8f375ad308cc8361b73fae70b83f20036148 100644
|
| --- a/chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
| +++ b/chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
| @@ -74,7 +74,7 @@ void AddPublicSessionDetailsToUserDictionaryEntry(
|
| policy::BrowserPolicyConnectorChromeOS* policy_connector =
|
| g_browser_process->platform_part()->browser_policy_connector_chromeos();
|
|
|
| - if (policy_connector->IsEnterpriseManaged()) {
|
| + if (policy_connector->IsCloudManaged()) {
|
| user_dict->SetString(kKeyEnterpriseDomain,
|
| policy_connector->GetEnterpriseDomain());
|
| }
|
|
|