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

Unified Diff: chromeos/network/client_cert_resolver.h

Issue 23902011: Use FavoriteList in ClientCertResolver instead of NetworkList (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_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 a1be9630c014449bba9c925a62fa558249fa3b62..da5fd8f136c634fb2153efb02a09580fd62c2476 100644
--- a/chromeos/network/client_cert_resolver.h
+++ b/chromeos/network/client_cert_resolver.h
@@ -23,7 +23,7 @@ class TaskRunner;
namespace chromeos {
-class NetworkState;
+class FavoriteState;
class NetworkStateHandler;
class ManagedNetworkConfigurationHandler;
@@ -48,7 +48,7 @@ class CHROMEOS_EXPORT ClientCertResolver : public NetworkStateHandlerObserver,
const scoped_refptr<base::TaskRunner>& task_runner);
private:
- typedef std::vector<const NetworkState*> NetworkStateList;
+ typedef std::vector<const FavoriteState*> FavoriteStateList;
// NetworkStateHandlerObserver overrides
virtual void NetworkListChanged() OVERRIDE;
@@ -63,7 +63,7 @@ class CHROMEOS_EXPORT ClientCertResolver : public NetworkStateHandlerObserver,
// Check which networks of |networks| are configured with a client certificate
// pattern. Search for certificates, on the worker thread, and configure the
// networks for which a matching cert is found (see ConfigureCertificates).
- void ResolveNetworks(const NetworkStateList& networks);
+ void ResolveNetworks(const FavoriteStateList& networks);
// |matches| contains networks for which a matching certificate was found.
// Configures these networks.
« no previous file with comments | « no previous file | chromeos/network/client_cert_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698