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

Unified Diff: net/base/test_data_directory.h

Issue 11739004: Add server certificate request parameters to be stored in SSLCertRequestInfo. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address Ryan's remark ( ASSERT_TRUE(ptr) ) Created 7 years, 11 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/base/ssl_cert_request_info.cc ('k') | net/base/test_data_directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/test_data_directory.h
diff --git a/net/base/test_data_directory.h b/net/base/test_data_directory.h
index 251535fdb7dc309291c9162b823e41b6bef1a7ce..0833c8e16f20c6dd8f6677b0bdcaf1071efafb7a 100644
--- a/net/base/test_data_directory.h
+++ b/net/base/test_data_directory.h
@@ -13,6 +13,10 @@ namespace net {
// tree that contains certificates for testing.
FilePath GetTestCertsDirectory();
+// Returns the FilePath object representing the path to the certificate
+// directory in relation to the source root.
+FilePath GetTestCertsDirectoryRelative();
+
// Returns the FilePath object representing the relative path containing
// resource files for testing WebSocket. Typically the FilePath will be used as
// document root argument for net::TestServer with TYPE_WS or TYPE_WSS.
« no previous file with comments | « net/base/ssl_cert_request_info.cc ('k') | net/base/test_data_directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698