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

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

Issue 421113002: Use correct slot id for client certs in network config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 5 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/wifi_config_view.h
diff --git a/chrome/browser/chromeos/options/wifi_config_view.h b/chrome/browser/chromeos/options/wifi_config_view.h
index da8d78db61668f92a8560f128288df9aeb88b839..2042430747178ac154950bce98ec8c984fd11d92 100644
--- a/chrome/browser/chromeos/options/wifi_config_view.h
+++ b/chrome/browser/chromeos/options/wifi_config_view.h
@@ -128,6 +128,10 @@ class WifiConfigView : public ChildNetworkConfigView,
std::string GetEapIdentity() const;
std::string GetEapAnonymousIdentity() const;
+ // Fill in |properties| with the properties for the selected client
+ // certificate or empty properties if no client cert is required.
+ void SetEapClientCertProperties(base::DictionaryValue* properties) const;
+
// Fill in |properties| with the appropriate values.
void SetEapProperties(base::DictionaryValue* properties);
« no previous file with comments | « chrome/browser/chromeos/options/vpn_config_view.cc ('k') | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698