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); |