summaryrefslogtreecommitdiffstats
path: root/net/base/asn1_util.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 22:19:42 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 22:19:42 +0000
commit4fe7deea191fa44641898cbf431d57e31f1e69c3 (patch)
treed1bb25982e49aac86df73ad8cf3619dc3aa9b51f /net/base/asn1_util.h
parentad94d348ea7ef51224d1e24ca0b6e5fdba847369 (diff)
downloadchromium_src-4fe7deea191fa44641898cbf431d57e31f1e69c3.zip
chromium_src-4fe7deea191fa44641898cbf431d57e31f1e69c3.tar.gz
chromium_src-4fe7deea191fa44641898cbf431d57e31f1e69c3.tar.bz2
net: Add NET_TEST to a new code.
BUG=76997 TEST=none Review URL: http://codereview.chromium.org/7058052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/asn1_util.h')
-rw-r--r--net/base/asn1_util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/base/asn1_util.h b/net/base/asn1_util.h
index 904d7a5..ea6277a 100644
--- a/net/base/asn1_util.h
+++ b/net/base/asn1_util.h
@@ -66,8 +66,9 @@ NET_TEST bool ExtractSPKIFromDERCert(base::StringPiece cert,
// The nested set of GeneralNames is flattened into a single list because
// having several CRLs with one location is equivalent to having one CRL with
// several locations as far as a CRL filter is concerned.
-bool ExtractCRLURLsFromDERCert(base::StringPiece cert,
- std::vector<base::StringPiece>* urls_out);
+NET_TEST bool ExtractCRLURLsFromDERCert(
+ base::StringPiece cert,
+ std::vector<base::StringPiece>* urls_out);
} // namespace asn1