From 0090c09e67bea1636d5b6270e92170236f7c2e75 Mon Sep 17 00:00:00 2001 From: "bulach@chromium.org" <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 29 Oct 2010 14:22:01 +0000 Subject: Followup on http://codereview.chromium.org/3815012/show Addresses a couple of nits (no functional changes). BUG=None TEST=None Review URL: http://codereview.chromium.org/4097005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64421 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/net/x509_certificate_model.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/net/x509_certificate_model.h') diff --git a/chrome/common/net/x509_certificate_model.h b/chrome/common/net/x509_certificate_model.h index 56bb0a75..3e4f14f 100644 --- a/chrome/common/net/x509_certificate_model.h +++ b/chrome/common/net/x509_certificate_model.h @@ -134,10 +134,12 @@ std::string ProcessRawBytesWithSeparators(const unsigned char* data, std::string ProcessRawBytes(const unsigned char* data, size_t data_length); +#if defined(USE_NSS) // Format a buffer as a space separated string, with 16 bytes on each line. // |data_length| is the length in bits. std::string ProcessRawBits(const unsigned char* data, size_t data_length); +#endif // USE_NSS } // namespace x509_certificate_model -- cgit v1.1