| Index: chromeos/network/managed_network_configuration_handler_impl.h
|
| diff --git a/chromeos/network/managed_network_configuration_handler_impl.h b/chromeos/network/managed_network_configuration_handler_impl.h
|
| index a204b0484964aa3f66228e3b3ffc89304252c785..23a8f724a8b08bc7bf8c04b17c0536af728c131a 100644
|
| --- a/chromeos/network/managed_network_configuration_handler_impl.h
|
| +++ b/chromeos/network/managed_network_configuration_handler_impl.h
|
| @@ -112,6 +112,7 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
|
| friend class ManagedNetworkConfigurationHandlerTest;
|
| friend class NetworkConnectionHandlerTest;
|
| friend class NetworkHandler;
|
| + friend class ProhibitedTechnologiesHandlerTest;
|
|
|
| struct Policies;
|
| typedef base::Callback<void(const std::string& service_path,
|
| @@ -130,7 +131,8 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
|
| void Init(NetworkStateHandler* network_state_handler,
|
| NetworkProfileHandler* network_profile_handler,
|
| NetworkConfigurationHandler* network_configuration_handler,
|
| - NetworkDeviceHandler* network_device_handler);
|
| + NetworkDeviceHandler* network_device_handler,
|
| + ProhibitedTechnologiesHandler* prohibitied_technologies_handler);
|
|
|
| // Sends the response to the caller of GetManagedProperties.
|
| void SendManagedProperties(
|
| @@ -201,6 +203,7 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
|
| NetworkProfileHandler* network_profile_handler_;
|
| NetworkConfigurationHandler* network_configuration_handler_;
|
| NetworkDeviceHandler* network_device_handler_;
|
| + ProhibitedTechnologiesHandler* prohibited_technologies_handler_;
|
|
|
| // Owns the currently running PolicyApplicators.
|
| UserToPolicyApplicatorMap policy_applicators_;
|
|
|