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

Unified Diff: chromeos/network/client_cert_resolver.h

Issue 2828713002: Enable client certificate patterns in device ONC policy (Closed)
Patch Set: Use BindOnce, PostTaskWithTraitsAndReplyWithResult. Created 3 years, 8 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_resolver.h
diff --git a/chromeos/network/client_cert_resolver.h b/chromeos/network/client_cert_resolver.h
index 63d6d89ad9731aedfdae445d2d4283a88cda9573..d437725542e2bbd31bf6268b661594c7e07bf871 100644
--- a/chromeos/network/client_cert_resolver.h
+++ b/chromeos/network/client_cert_resolver.h
@@ -79,7 +79,7 @@ class CHROMEOS_EXPORT ClientCertResolver : public NetworkStateHandlerObserver,
// expiration.
static bool ResolveCertificatePatternSync(
const client_cert::ConfigType client_cert_type,
- const CertificatePattern& pattern,
+ const client_cert::ClientCertConfig& client_cert_config,
base::DictionaryValue* shill_properties);
private:

Powered by Google App Engine
This is Rietveld 408576698