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

Unified Diff: chrome/browser/chromeos/policy/device_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/device_network_configuration_updater.h
diff --git a/chrome/browser/chromeos/policy/device_network_configuration_updater.h b/chrome/browser/chromeos/policy/device_network_configuration_updater.h
index 6b9b762fe016000b99b58f268c2fe2bbb1f3d25c..bcf1dd2035daa48a845022e14bb4c718e86a35f6 100644
--- a/chrome/browser/chromeos/policy/device_network_configuration_updater.h
+++ b/chrome/browser/chromeos/policy/device_network_configuration_updater.h
@@ -45,7 +45,6 @@ class DeviceNetworkConfigurationUpdater : public NetworkConfigurationUpdater {
// once the policy service is completely initialized and on each policy
// change. The argument objects must outlive the returned updater.
static scoped_ptr<DeviceNetworkConfigurationUpdater> CreateForDevicePolicy(
- scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer,
PolicyService* policy_service,
chromeos::ManagedNetworkConfigurationHandler* network_config_handler,
chromeos::NetworkDeviceHandler* network_device_handler,
@@ -53,7 +52,6 @@ class DeviceNetworkConfigurationUpdater : public NetworkConfigurationUpdater {
private:
DeviceNetworkConfigurationUpdater(
- scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer,
PolicyService* policy_service,
chromeos::ManagedNetworkConfigurationHandler* network_config_handler,
chromeos::NetworkDeviceHandler* network_device_handler,

Powered by Google App Engine
This is Rietveld 408576698