| Index: chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h
|
| diff --git a/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h b/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h
|
| index 5249994df7e4e214b31bd045503bbfc86c601557..9d5436e0fa718502fef1fe03b43e06c0d1f08824 100644
|
| --- a/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h
|
| +++ b/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h
|
| @@ -29,6 +29,12 @@ class UserNetworkConfigurationUpdaterFactory
|
|
|
| static UserNetworkConfigurationUpdaterFactory* GetInstance();
|
|
|
| + // Used in test to delay CertificateImporterCreation 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:
|
| friend struct DefaultSingletonTraits<UserNetworkConfigurationUpdaterFactory>;
|
|
|
|
|