| Index: chrome/browser/chromeos/proxy_config_service_impl.cc
|
| diff --git a/chrome/browser/chromeos/proxy_config_service_impl.cc b/chrome/browser/chromeos/proxy_config_service_impl.cc
|
| index 8b59c5d3872c05245466d2f82a228a8e3bcd14dc..739514656647123bcc72af8ee8e431de46e7a74d 100644
|
| --- a/chrome/browser/chromeos/proxy_config_service_impl.cc
|
| +++ b/chrome/browser/chromeos/proxy_config_service_impl.cc
|
| @@ -152,7 +152,7 @@ bool ProxyConfigServiceImpl::IgnoreProxy(const PrefService* profile_prefs,
|
| g_browser_process->platform_part()->browser_policy_connector_chromeos();
|
| const user_manager::User* logged_in_user =
|
| user_manager::UserManager::Get()->GetLoggedInUser();
|
| - if (connector->GetUserAffiliation(logged_in_user->email()) ==
|
| + if (connector->GetUserAffiliation(logged_in_user->GetUserID()) ==
|
| policy::USER_AFFILIATION_MANAGED) {
|
| VLOG(1) << "Respecting proxy for network, as logged-in user belongs to "
|
| << "the domain the device is enrolled to.";
|
|
|