| 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);
|
|
|