Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Unified Diff: chrome/browser/chromeos/policy/network_configuration_updater_impl.h

Issue 14729017: Add NetworkHandler to own network handlers in src/chromeos/network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos_unittests Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698