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

Unified Diff: chromeos/network/client_cert_util.h

Issue 23583018: Check configuration for networks without UIData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment Created 7 years, 3 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
« no previous file with comments | « no previous file | chromeos/network/client_cert_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chromeos/network/client_cert_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698