Index: chromeos/network/client_cert_util.h |
diff --git a/chromeos/network/client_cert_util.h b/chromeos/network/client_cert_util.h |
index aa3c88274dbd13617a017480f3c5dbd5265940e1..dc359e39738c8a204a9509d310d55a82528c1942 100644 |
--- a/chromeos/network/client_cert_util.h |
+++ b/chromeos/network/client_cert_util.h |
@@ -54,6 +54,11 @@ void SetShillProperties(const ConfigType cert_config_type, |
const std::string* pkcs11_id, |
base::DictionaryValue* properties); |
+// Returns false if any certificate properties required for configuration are |
pneubeck (no reviews)
2013/09/04 08:40:00
according to your explanation, this comment should
|
+// missing from |service_properties| or empty. |
+bool IsCertificateConfigured(const client_cert::ConfigType cert_config_type, |
+ const base::DictionaryValue& service_properties); |
+ |
} // namespace client_cert |
} // namespace chromeos |