| Index: chrome/browser/chromeos/policy/network_configuration_updater.h
|
| diff --git a/chrome/browser/chromeos/policy/network_configuration_updater.h b/chrome/browser/chromeos/policy/network_configuration_updater.h
|
| index 9665fcc684349a45d1b56fe0435d8bab2084580b..e4da21b9c10b816031cdaa5d7de958c395bcd445 100644
|
| --- a/chrome/browser/chromeos/policy/network_configuration_updater.h
|
| +++ b/chrome/browser/chromeos/policy/network_configuration_updater.h
|
| @@ -21,10 +21,6 @@ class Value;
|
|
|
| namespace chromeos {
|
| class ManagedNetworkConfigurationHandler;
|
| -
|
| -namespace onc {
|
| -class CertificateImporter;
|
| -}
|
| }
|
|
|
| namespace policy {
|
| @@ -51,7 +47,6 @@ class NetworkConfigurationUpdater : public PolicyService::Observer {
|
| NetworkConfigurationUpdater(
|
| onc::ONCSource onc_source,
|
| std::string policy_key,
|
| - scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer,
|
| PolicyService* policy_service,
|
| chromeos::ManagedNetworkConfigurationHandler* network_config_handler);
|
|
|
| @@ -72,8 +67,6 @@ class NetworkConfigurationUpdater : public PolicyService::Observer {
|
| // Pointer to the global singleton or a test instance.
|
| chromeos::ManagedNetworkConfigurationHandler* network_config_handler_;
|
|
|
| - scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer_;
|
| -
|
| private:
|
| // Called if the ONC policy changed.
|
| void OnPolicyChanged(const base::Value* previous, const base::Value* current);
|
|
|