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 |