diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-08 04:00:39 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-08 04:00:39 +0000 |
commit | f46f6d55efc7b8411220d920ceb25bb524780dc0 (patch) | |
tree | 140a5c2d8611f64219b4c9da61d368c81929cd34 /net/ssl | |
parent | 4809dd982b91421df06da2ce2a20409e7c521366 (diff) | |
download | chromium_src-f46f6d55efc7b8411220d920ceb25bb524780dc0.zip chromium_src-f46f6d55efc7b8411220d920ceb25bb524780dc0.tar.gz chromium_src-f46f6d55efc7b8411220d920ceb25bb524780dc0.tar.bz2 |
NSS Cros multiprofile: trust roots added by a profile shouldn't apply to other profiles.
BUG=218627
Review URL: https://codereview.chromium.org/137553004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ssl')
-rw-r--r-- | net/ssl/client_cert_store_chromeos_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ssl/client_cert_store_chromeos_unittest.cc b/net/ssl/client_cert_store_chromeos_unittest.cc index 73e0326..de0358d 100644 --- a/net/ssl/client_cert_store_chromeos_unittest.cc +++ b/net/ssl/client_cert_store_chromeos_unittest.cc @@ -37,10 +37,6 @@ class ClientCertStoreChromeOSTestDelegate { ClientCertStoreChromeOS store_; }; -INSTANTIATE_TYPED_TEST_CASE_P(ChromeOS, - ClientCertStoreTest, - ClientCertStoreChromeOSTestDelegate); - class ClientCertStoreChromeOSTest : public ::testing::Test { public: scoped_refptr<X509Certificate> ImportCertForUser( |