Chromium Code Reviews| 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..42ed6d396685135bec27bab304a2758ef7e81267 100644 |
| --- a/chromeos/network/network_configuration_handler.h |
| +++ b/chromeos/network/network_configuration_handler.h |
| @@ -99,6 +99,14 @@ 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); |
| + |
|
pneubeck (no reviews)
2013/08/08 11:10:00
nit: remove one empty line
stevenjb
2013/08/08 19:00:56
Done.
|
| + |
| // Construct and initialize an instance for testing. |
| static NetworkConfigurationHandler* InitializeForTest( |
| NetworkStateHandler* network_state_handler); |