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

Unified Diff: chromeos/network/client_cert_resolver.h

Issue 2828713002: Enable client certificate patterns in device ONC policy (Closed)
Patch Set: Addressed comments - more DCHECKs, use PostTask..WithReply in client_cert_resolver.cc. 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
« no previous file with comments | « chromeos/network/auto_connect_handler.cc ('k') | chromeos/network/client_cert_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..669109c46bbff1b30c9c5a7d492895e3a27875e8 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:
@@ -105,7 +105,8 @@ class CHROMEOS_EXPORT ClientCertResolver : public NetworkStateHandlerObserver,
// |matches| contains networks for which a matching certificate was found.
// Configures these networks.
- void ConfigureCertificates(std::vector<NetworkAndMatchingCert>* matches);
+ void ConfigureCertificates(
+ std::unique_ptr<std::vector<NetworkAndMatchingCert>> matches);
// Trigger a ResolveRequestCompleted event on all observers.
void NotifyResolveRequestCompleted();
« no previous file with comments | « chromeos/network/auto_connect_handler.cc ('k') | chromeos/network/client_cert_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698