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

Unified Diff: chromeos/network/network_cert_migrator.h

Issue 845533002: Remove CACert NSS nickname to PEM migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/network_cert_migrator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_cert_migrator.h
diff --git a/chromeos/network/network_cert_migrator.h b/chromeos/network/network_cert_migrator.h
index 6e43bdce6c9838043ce42ae7eba0e539326885e0..f4fc4dba13d75c4844c8753456127710f4ec3b23 100644
--- a/chromeos/network/network_cert_migrator.h
+++ b/chromeos/network/network_cert_migrator.h
@@ -15,12 +15,12 @@ namespace chromeos {
class NetworkStateHandler;
-// Migrates network configurations from deprecated CaCertNSS properties to
-// CaCertPEM and incorrect or missing slot IDs of client certificates.
+// Migrates network configurations with incorrect or missing slot IDs of client
+// certificates.
class CHROMEOS_EXPORT NetworkCertMigrator : public NetworkStateHandlerObserver,
public CertLoader::Observer {
public:
- virtual ~NetworkCertMigrator();
+ ~NetworkCertMigrator() override;
private:
friend class NetworkHandler;
@@ -30,12 +30,12 @@ class CHROMEOS_EXPORT NetworkCertMigrator : public NetworkStateHandlerObserver,
NetworkCertMigrator();
void Init(NetworkStateHandler* network_state_handler);
- // NetworkStateHandlerObserver overrides
- virtual void NetworkListChanged() override;
+ // NetworkStateHandlerObserver overrides
+ void NetworkListChanged() override;
// CertLoader::Observer overrides
- virtual void OnCertificatesLoaded(const net::CertificateList& cert_list,
- bool initial_load) override;
+ void OnCertificatesLoaded(const net::CertificateList& cert_list,
+ bool initial_load) override;
// Unowned associated NetworkStateHandler* (global or test instance).
NetworkStateHandler* network_state_handler_;
« no previous file with comments | « no previous file | chromeos/network/network_cert_migrator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698