Index: chrome/browser/chromeos/policy/network_configuration_updater_impl.h |
diff --git a/chrome/browser/chromeos/policy/network_configuration_updater_impl.h b/chrome/browser/chromeos/policy/network_configuration_updater_impl.h |
index b879d9ce0bb38be3f78b751920b96606cd14f897..6339071834b2ab9dd2a927f6620e0778cb546d85 100644 |
--- a/chrome/browser/chromeos/policy/network_configuration_updater_impl.h |
+++ b/chrome/browser/chromeos/policy/network_configuration_updater_impl.h |
@@ -29,7 +29,6 @@ class NetworkConfigurationUpdaterImpl : public NetworkConfigurationUpdater { |
public: |
NetworkConfigurationUpdaterImpl( |
PolicyService* policy_service, |
- chromeos::ManagedNetworkConfigurationHandler* network_config_handler, |
scoped_ptr<chromeos::CertificateHandler> certificate_handler); |
virtual ~NetworkConfigurationUpdaterImpl(); |
@@ -53,9 +52,6 @@ class NetworkConfigurationUpdaterImpl : public NetworkConfigurationUpdater { |
// The policy service storing the ONC policies. |
PolicyService* policy_service_; |
- // Pointer to the global singleton or mock provided to the constructor. |
- chromeos::ManagedNetworkConfigurationHandler* network_config_handler_; |
- |
// User hash of the user that the user policy applies to. |
std::string hashed_username_; |