| 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..296f6342ebe50722cf0b9cb1226bba16c3f0f631 100644
|
| --- a/chromeos/network/network_state_handler.h
|
| +++ b/chromeos/network/network_state_handler.h
|
| @@ -103,6 +103,16 @@ 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);
|
| +
|
| + // Called when user policy is applied
|
| + void UserPolicyApplied();
|
| +
|
| // Finds and returns a device state by |device_path| or NULL if not found.
|
| const DeviceState* GetDeviceState(const std::string& device_path) const;
|
|
|
|
|