summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2014-09-24 06:51:10 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-24 13:51:22 +0000
commit197fa5f4d6499ab91ae2435d82dda19fd60d9271 (patch)
tree0675b4a3db60f3c119ee10fbc143bff44904492c /chromeos/chromeos.gyp
parentf29da0d1fd996ab76a674d9abe8c43a2285898e4 (diff)
downloadchromium_src-197fa5f4d6499ab91ae2435d82dda19fd60d9271.zip
chromium_src-197fa5f4d6499ab91ae2435d82dda19fd60d9271.tar.gz
chromium_src-197fa5f4d6499ab91ae2435d82dda19fd60d9271.tar.bz2
Make ONCCertificateImporter async.
2nd Reland of https://codereview.chromium.org/547553005/ after fixing memory issues. This prepares for the new CertDatabase keyed service, which will have stricter threading restrictions. https://codereview.chromium.org/419013003/ Before, ONCCertificateImporter accessed the NSSCertDatabase from the UI thread and blocked on certificate store operations. Now, the import itself is asychronous and calls back on completion. While there, this also removes the GMock of the importer. BUG=413219 TBR=eroman@chromium.org Review URL: https://codereview.chromium.org/600803002 Cr-Commit-Position: refs/heads/master@{#296405}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 2cecd67f..a35581d 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -475,8 +475,6 @@
'network/fake_network_device_handler.h',
'network/mock_managed_network_configuration_handler.cc',
'network/mock_managed_network_configuration_handler.h',
- 'network/onc/mock_certificate_importer.cc',
- 'network/onc/mock_certificate_importer.h',
'network/onc/onc_test_utils.cc',
'network/onc/onc_test_utils.h',
'system/mock_statistics_provider.cc',