| Index: chrome/browser/chromeos/policy/user_network_configuration_updater.cc
|
| diff --git a/chrome/browser/chromeos/policy/user_network_configuration_updater.cc b/chrome/browser/chromeos/policy/user_network_configuration_updater.cc
|
| index 1c7ac35da91e1e0daf2c53103eb33553fc96de91..4d5d5f4f8c557df02244932734c8f760cb568b35 100644
|
| --- a/chrome/browser/chromeos/policy/user_network_configuration_updater.cc
|
| +++ b/chrome/browser/chromeos/policy/user_network_configuration_updater.cc
|
| @@ -67,11 +67,13 @@ void UserNetworkConfigurationUpdater::GetWebTrustedCertificates(
|
| }
|
|
|
| void UserNetworkConfigurationUpdater::ImportCertificates(
|
| - const base::ListValue& certificates_onc) {
|
| + const base::ListValue& certificates_onc,
|
| + net::NSSCertDatabase* target_nssdb) {
|
| web_trust_certs_.clear();
|
| certificate_importer_->ImportCertificates(
|
| certificates_onc,
|
| onc_source_,
|
| + target_nssdb,
|
| allow_trusted_certificates_from_policy_ ? &web_trust_certs_ : NULL);
|
|
|
| NotifyTrustAnchorsChanged();
|
|
|