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..1972733268f31218dc0f3522ee3ab5b1e8a170f1 100644 |
--- a/chromeos/network/client_cert_util.h |
+++ b/chromeos/network/client_cert_util.h |
@@ -54,6 +54,10 @@ void SetShillProperties(const ConfigType cert_config_type, |
const std::string* pkcs11_id, |
base::DictionaryValue* properties); |
+// Returns true if all required configuration properties are set and not empty. |
+bool IsCertificateConfigured(const client_cert::ConfigType cert_config_type, |
+ const base::DictionaryValue& service_properties); |
+ |
} // namespace client_cert |
} // namespace chromeos |