Allow UTF-8 in PrintableStrings inside client certificate DNs.

Bug: 770323
Change-Id: I684c92fb407276a46bd83b7520e02fe6a113a828
Reviewed-on: https://chromium-review.googlesource.com/701930
Reviewed-by: Eric Roman <[email protected]>
Commit-Queue: Matt Mueller <[email protected]>
Cr-Commit-Position: refs/heads/master@{#507484}
diff --git a/net/test/cert_test_util.h b/net/test/cert_test_util.h
index cba4747..d6870ed 100644
--- a/net/test/cert_test_util.h
+++ b/net/test/cert_test_util.h
@@ -37,6 +37,8 @@
                                 const std::string& key_filename,
                                 PK11SlotInfo* slot);
 
+bool ImportClientCertToSlot(CERTCertificate* cert, PK11SlotInfo* slot);
+
 ScopedCERTCertificate ImportClientCertToSlot(
     const scoped_refptr<X509Certificate>& cert,
     PK11SlotInfo* slot);