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

Unified Diff: chromeos/network/client_cert_util.h

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Rebase, fix histograms, remove from networking.onc Created 3 years, 7 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: chromeos/network/client_cert_util.h
diff --git a/chromeos/network/client_cert_util.h b/chromeos/network/client_cert_util.h
index baef5a09c4f81e89b03d5b740a02a66ee443c199..96f64a1f4e0fd070fafa6c9ea1a3d705c1e8be02 100644
--- a/chromeos/network/client_cert_util.h
+++ b/chromeos/network/client_cert_util.h
@@ -27,6 +27,8 @@ namespace chromeos {
namespace client_cert {
+CHROMEOS_EXPORT extern const char kDefaultTPMPin[];
+
enum ConfigType {
CONFIG_TYPE_NONE,
CONFIG_TYPE_OPENVPN,

Powered by Google App Engine
This is Rietveld 408576698