| Index: chromeos/network/network_state_handler.h
|
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
|
| index d7d1acd14a7d5067d738f9d91e4b042df5ab1780..a700f821b4df357ff76b0cd3bc1562fd23d56475 100644
|
| --- a/chromeos/network/network_state_handler.h
|
| +++ b/chromeos/network/network_state_handler.h
|
| @@ -103,6 +103,13 @@ class CHROMEOS_EXPORT NetworkStateHandler
|
| bool enabled,
|
| const network_handler::ErrorCallback& error_callback);
|
|
|
| + // Asynchronously sets the list of prohibited technologies. The accepted
|
| + // values are the shill network technology identifiers. See also
|
| + // chromeos::onc::Validator::ValidateGlobalNetworkConfiguration().
|
| + void SetProhibitedTechnologies(
|
| + const std::vector<std::string>& prohibited_technologies,
|
| + const network_handler::ErrorCallback& error_callback);
|
| +
|
| // Finds and returns a device state by |device_path| or NULL if not found.
|
| const DeviceState* GetDeviceState(const std::string& device_path) const;
|
|
|
|
|