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

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

Issue 325313004: Cleanup tests using SetSkipCertificateImporterCreationForTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 | chrome/browser/chromeos/policy/user_network_configuration_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/user_network_configuration_updater.h
diff --git a/chrome/browser/chromeos/policy/user_network_configuration_updater.h b/chrome/browser/chromeos/policy/user_network_configuration_updater.h
index 9c93c2f17f30e33a550c329017adcc7048089512..b4832c4eb29820bebc188b978eb594c719f7997c 100644
--- a/chrome/browser/chromeos/policy/user_network_configuration_updater.h
+++ b/chrome/browser/chromeos/policy/user_network_configuration_updater.h
@@ -82,12 +82,6 @@ class UserNetworkConfigurationUpdater : public NetworkConfigurationUpdater,
void SetCertificateImporterForTest(
scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer);
- // Used in test to delay CertificateImporter creation until the NSSDatabase is
- // ready. This is needed in some tests as the user's certificate database may
- // not get initialized in time.
- // TODO(tbarzic): Remove this when it's not needed.
- static void SetSkipCertificateImporterCreationForTest(bool skip);
-
private:
class CrosTrustAnchorProvider;
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/user_network_configuration_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698