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

Unified Diff: chrome/browser/chromeos/policy/network_configuration_updater.h

Issue 148183013: Use per-user nssdb in onc certificate importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests compile Created 6 years, 10 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: chrome/browser/chromeos/policy/network_configuration_updater.h
diff --git a/chrome/browser/chromeos/policy/network_configuration_updater.h b/chrome/browser/chromeos/policy/network_configuration_updater.h
index 9665fcc684349a45d1b56fe0435d8bab2084580b..e4da21b9c10b816031cdaa5d7de958c395bcd445 100644
--- a/chrome/browser/chromeos/policy/network_configuration_updater.h
+++ b/chrome/browser/chromeos/policy/network_configuration_updater.h
@@ -21,10 +21,6 @@ class Value;
namespace chromeos {
class ManagedNetworkConfigurationHandler;
-
-namespace onc {
-class CertificateImporter;
-}
}
namespace policy {
@@ -51,7 +47,6 @@ class NetworkConfigurationUpdater : public PolicyService::Observer {
NetworkConfigurationUpdater(
onc::ONCSource onc_source,
std::string policy_key,
- scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer,
PolicyService* policy_service,
chromeos::ManagedNetworkConfigurationHandler* network_config_handler);
@@ -72,8 +67,6 @@ class NetworkConfigurationUpdater : public PolicyService::Observer {
// Pointer to the global singleton or a test instance.
chromeos::ManagedNetworkConfigurationHandler* network_config_handler_;
- scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer_;
-
private:
// Called if the ONC policy changed.
void OnPolicyChanged(const base::Value* previous, const base::Value* current);

Powered by Google App Engine
This is Rietveld 408576698