Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / policy / network_configuration_updater.h
index 9665fcc..e4da21b 100644 (file)
@@ -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);