Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4401)

Unified Diff: chrome/browser/chromeos/options/network_connect.h

Issue 16512003: Configure networks requiring a certificate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update error strings Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..9872cbca8ed819c432e13fa76669e074e8f97f81 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
+// pcks11id and tpm pin / slot configured.
+// * 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
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | chrome/browser/chromeos/options/network_connect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698