Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: net/test/test_data_directory.h

Issue 2865603002: X509NameAttribute::ValueAsString: Decode TeletexString as Latin1. (Closed)
Patch Set: add comment/todo about nacl difference Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/data/parse_certificate_unittest/v3_certificate_template.txt ('k') | net/test/test_data_directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/test_data_directory.h
diff --git a/net/test/test_data_directory.h b/net/test/test_data_directory.h
index 4ca6af9c1065e23635c725e648219248f3007bfb..790c5c4ad3875da487ac0a80d1e52ed29e0fb934 100644
--- a/net/test/test_data_directory.h
+++ b/net/test/test_data_directory.h
@@ -10,6 +10,10 @@
namespace net {
// Returns the FilePath object representing the absolute path in the source
+// tree that contains net data files.
+base::FilePath GetTestNetDataDirectory();
+
+// Returns the FilePath object representing the absolute path in the source
// tree that contains certificates for testing.
base::FilePath GetTestCertsDirectory();
« no previous file with comments | « net/data/parse_certificate_unittest/v3_certificate_template.txt ('k') | net/test/test_data_directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698