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

Unified Diff: net/base/test_data_directory.h

Issue 12220104: Wire up SSL client authentication for OpenSSL/Android through the net/ stack (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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
Index: net/base/test_data_directory.h
diff --git a/net/base/test_data_directory.h b/net/base/test_data_directory.h
index 81e71521ba8d574bb7bd39b8cd0ebe049ed4a964..115f497b675c30dd304e40d83f348fb06af00e04 100644
--- a/net/base/test_data_directory.h
+++ b/net/base/test_data_directory.h
@@ -13,9 +13,11 @@ namespace net {
// tree that contains certificates for testing.
base::FilePath GetTestCertsDirectory();
-// Returns the base::FilePath object representing the path to the certificate
-// directory in relation to the source root.
-base::FilePath GetTestCertsDirectoryRelative();
+// Returns the base::FilePath object representing the path to client
+// certificate files to be used in the |client_authorities| list
+// of a net::SSLConfig object. For all other uses, use
+// GetTestCertsDirectory() instead.
+base::FilePath GetTestClientCertsDirectory();
// Returns the base::FilePath object representing the relative path containing
// resource files for testing WebSocket. Typically the FilePath will be used as

Powered by Google App Engine
This is Rietveld 408576698