| Index: chrome/browser/chromeos/policy/device_network_configuration_updater.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_network_configuration_updater.cc b/chrome/browser/chromeos/policy/device_network_configuration_updater.cc
|
| index 0bb63b2ea9758f4603c1604e0e3e0a522743931d..2863423c0ac7194a4894af796d4001d577143815 100644
|
| --- a/chrome/browser/chromeos/policy/device_network_configuration_updater.cc
|
| +++ b/chrome/browser/chromeos/policy/device_network_configuration_updater.cc
|
| @@ -72,6 +72,10 @@ void DeviceNetworkConfigurationUpdater::Init() {
|
| // Apply the roaming setting initially.
|
| OnDataRoamingSettingChanged();
|
| }
|
| +
|
| + // Set up MAC address randomization if we are not enterprise managed.
|
| + network_device_handler_->SetMACAddressRandomizationEnabled(
|
| + !connector->IsEnterpriseManaged());
|
| }
|
|
|
| void DeviceNetworkConfigurationUpdater::ImportCertificates(
|
|
|