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

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

Issue 13957012: Adding a NetworkProfileHandler used by ManagedNetworkConfigurationHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. 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 67e9a644cac1aeae47ed027bf16ca910364af9d2..b879d9ce0bb38be3f78b751920b96606cd14f897 100644
--- a/chrome/browser/chromeos/policy/network_configuration_updater_impl.h
+++ b/chrome/browser/chromeos/policy/network_configuration_updater_impl.h
@@ -25,8 +25,6 @@ class PolicyMap;
// This implementation pushes policies to the
// ManagedNetworkConfigurationHandler. User policies are only pushed after
// OnUserPolicyInitialized() was called.
-// TODO(pneubeck): Certificates are not implemented yet, they are silently
-// ignored.
class NetworkConfigurationUpdaterImpl : public NetworkConfigurationUpdater {
public:
NetworkConfigurationUpdaterImpl(
@@ -58,6 +56,9 @@ class NetworkConfigurationUpdaterImpl : public NetworkConfigurationUpdater {
// 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_;
+
scoped_ptr<chromeos::CertificateHandler> certificate_handler_;
DISALLOW_COPY_AND_ASSIGN(NetworkConfigurationUpdaterImpl);

Powered by Google App Engine
This is Rietveld 408576698