Searched refs:old_crl_set (Results 1 – 1 of 1) sorted by relevance
100 scoped_refptr<net::CRLSet> old_crl_set(net::SSLConfigService::GetCRLSet()); in SetCRLSetIfNewer() local101 if (old_crl_set.get() && old_crl_set->sequence() > crl_set->sequence()) { in SetCRLSetIfNewer()103 << old_crl_set->sequence() in SetCRLSetIfNewer()