| Index: chromeos/network/network_configuration_handler.h
|
| diff --git a/chromeos/network/network_configuration_handler.h b/chromeos/network/network_configuration_handler.h
|
| index 9ef1131579d6e8472c8db2c7a5d4d33e5c80136c..f1ee8561f9c4fa47d72fc2f7f701f6572e10a2f2 100644
|
| --- a/chromeos/network/network_configuration_handler.h
|
| +++ b/chromeos/network/network_configuration_handler.h
|
| @@ -99,6 +99,13 @@ class CHROMEOS_EXPORT NetworkConfigurationHandler
|
| const base::Closure& callback,
|
| const network_handler::ErrorCallback& error_callback);
|
|
|
| + // Changes the profile for the network |service_path| to |profile_path|.
|
| + // See note on |callback| and |error_callback| in class description above.
|
| + void SetNetworkProfile(const std::string& service_path,
|
| + const std::string& profile_path,
|
| + const base::Closure& callback,
|
| + const network_handler::ErrorCallback& error_callback);
|
| +
|
| // Construct and initialize an instance for testing.
|
| static NetworkConfigurationHandler* InitializeForTest(
|
| NetworkStateHandler* network_state_handler);
|
|
|