Chromium Code Reviews| 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..304d90fef5c15565814a6a33abc366adc41349e7 100644 |
| --- a/chrome/browser/chromeos/options/network_connect.h |
| +++ b/chrome/browser/chromeos/options/network_connect.h |
| @@ -36,6 +36,16 @@ void ShowMobileSetup(const std::string& service_path); |
| ConnectResult ConnectToNetwork(const std::string& service_path, |
| gfx::NativeWindow parent_window); |
| +// Handle an unconfigured network which might do any of the following: |
| +// * Configure and connect to the network with a matching cert but without |
| +// picks11id and tpm pin / slot configured. |
|
pneubeck (no reviews)
2013/06/07 12:05:47
nit: picks11id -> pkcs11id
stevenjb
2013/06/07 18:50:40
Done.
|
| +// * Show the enrollment dialog for the network. |
| +// * Show the configuration dialog for the network. |
| +// * Show the activation dialog for the network. |
| +// * Show the settings UI for the network. |
| +void HandleUnconfiguredNetwork(const std::string& service_path, |
| + gfx::NativeWindow parent_window); |
| + |
| } // namespace network_connect |
| } // namespace chromeos |