summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/x509_certificate_model.h
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-29 14:22:01 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-29 14:22:01 +0000
commit0090c09e67bea1636d5b6270e92170236f7c2e75 (patch)
tree7f04bb2ef0bfc97df58458e53e514e60000fe4a2 /chrome/common/net/x509_certificate_model.h
parent56888f9877ad37ee62a8d751d3e448fd57d4e48a (diff)
downloadchromium_src-0090c09e67bea1636d5b6270e92170236f7c2e75.zip
chromium_src-0090c09e67bea1636d5b6270e92170236f7c2e75.tar.gz
chromium_src-0090c09e67bea1636d5b6270e92170236f7c2e75.tar.bz2
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
Diffstat (limited to 'chrome/common/net/x509_certificate_model.h')
-rw-r--r--chrome/common/net/x509_certificate_model.h2
1 files changed, 2 insertions, 0 deletions
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