Chromium Code Reviews| 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..cbba36483b2c0280ab9e0914703557a589991598 100644 |
| --- a/chrome/browser/chromeos/login/screens/user_selection_screen.cc |
| +++ b/chrome/browser/chromeos/login/screens/user_selection_screen.cc |
| @@ -74,7 +74,9 @@ void AddPublicSessionDetailsToUserDictionaryEntry( |
| policy::BrowserPolicyConnectorChromeOS* policy_connector = |
| g_browser_process->platform_part()->browser_policy_connector_chromeos(); |
| - if (policy_connector->IsEnterpriseManaged()) { |
| + // Active Directory would require a different treatment, but it doesn't |
|
achuithb
2016/11/25 10:10:48
I think this comment may be more confusing than cl
Thiemo Nagel
2016/11/25 14:26:10
OK. I've removed that comment.
|
| + // support Public Session anyways. |
| + if (policy_connector->IsCloudManaged()) { |
| user_dict->SetString(kKeyEnterpriseDomain, |
| policy_connector->GetEnterpriseDomain()); |
| } |