| Index: chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
| diff --git a/chrome/browser/chromeos/policy/network_configuration_updater_impl.cc b/chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
| index ea0f6192813f8c072e3e5bcc258698813befbc61..7053399db00fe853d1eb6a9e86cd3bb1c7e88b0c 100644
|
| --- a/chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
| +++ b/chrome/browser/chromeos/policy/network_configuration_updater_impl.cc
|
| @@ -93,7 +93,11 @@ void NetworkConfigurationUpdaterImpl::ApplyNetworkConfiguration(
|
| ParseAndValidateOncForImport(
|
| onc_blob, onc_source, "", &network_configs, &certificates);
|
|
|
| - network_config_handler_->SetPolicy(onc_source, network_configs);
|
| + // TODO(pneubeck): fix when rebasing on Joao's commit !!!!!!!!!!!!!!!
|
| + // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
| + std::string userhash = onc_source == chromeos::onc::ONC_SOURCE_USER_POLICY ?
|
| + "user1" : "";
|
| + network_config_handler_->SetPolicy(onc_source, userhash, network_configs);
|
|
|
| scoped_ptr<net::CertificateList> web_trust_certs(new net::CertificateList);
|
| certificate_handler_->ImportCertificates(
|
|
|