| Index: chrome/browser/chromeos/options/network_connect.h
|
| diff --git a/chrome/browser/chromeos/options/network_connect.h b/chrome/browser/chromeos/options/network_connect.h
|
| index 6e5792a66fed26ef41f2023c61983b171f1fad5d..787894ba5059f4446a9830e2dcc3c3fef0cfcd63 100644
|
| --- a/chrome/browser/chromeos/options/network_connect.h
|
| +++ b/chrome/browser/chromeos/options/network_connect.h
|
| @@ -36,6 +36,15 @@ void ShowMobileSetup(const std::string& service_path);
|
| ConnectResult ConnectToNetwork(const std::string& service_path,
|
| gfx::NativeWindow parent_window);
|
|
|
| +// Handle network configuration which might do any of the following:
|
| +// * Configure and connect to a network with an existing unconfigured cert.
|
| +// * Show the enrollment dialog for a network.
|
| +// * Show the configuration dialog for a network.
|
| +// * Show the activation dialog for a network.
|
| +// * Show the settings UI for a network.
|
| +void ConfigureNetwork(const std::string& service_path,
|
| + gfx::NativeWindow parent_window);
|
| +
|
| } // namespace network_connect
|
| } // namespace chromeos
|
|
|
|
|