| 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 433987ce7d5566f641f22199ca9334d0ad6e163a..e066a648c670c506adf2826046bbe989f4aede24 100644
|
| --- a/chromeos/network/managed_network_configuration_handler_impl.h
|
| +++ b/chromeos/network/managed_network_configuration_handler_impl.h
|
| @@ -56,7 +56,7 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
|
| const std::string& service_path,
|
| const base::DictionaryValue& user_settings,
|
| const base::Closure& callback,
|
| - const network_handler::ErrorCallback& error_callback) const override;
|
| + const network_handler::ErrorCallback& error_callback) override;
|
|
|
| void CreateConfiguration(
|
| const std::string& userhash,
|
| @@ -179,6 +179,17 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
|
| const std::string& error_name,
|
| scoped_ptr<base::DictionaryValue> error_data);
|
|
|
| + void SetShillDeviceProperties(
|
| + const std::string& device_path,
|
| + scoped_ptr<base::DictionaryValue> shill_device_dictionary,
|
| + const base::Closure& callback,
|
| + const network_handler::ErrorCallback& error_callback);
|
| + void SetShillServiceProperties(
|
| + const std::string& service_path,
|
| + scoped_ptr<base::DictionaryValue> shill_service_dictionary,
|
| + const base::Closure& callback,
|
| + const network_handler::ErrorCallback& error_callback);
|
| +
|
| // Applies policies for |userhash|. |modified_policies| must be not null and
|
| // contain the GUIDs of the network configurations that changed since the last
|
| // policy application. Returns true if policy application was started and
|
|
|