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

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: Add localized Auth error messages 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..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.
pneubeck (no reviews) 2013/06/06 20:41:20 What is an unconfigured cert? Do you mean that the
stevenjb 2013/06/07 03:44:58 Done.
+// * Show the enrollment dialog for a network.
pneubeck (no reviews) 2013/06/06 20:41:20 in all cases it's /the/ network (service_path)
stevenjb 2013/06/07 03:44:58 Done
+// * 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,
pneubeck (no reviews) 2013/06/06 20:41:20 The function name should also indicate that it mig
stevenjb 2013/06/07 03:44:58 Renamed HandleUnconfiguredNetwork
+ gfx::NativeWindow parent_window);
+
} // namespace network_connect
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698