| 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.
|
|
|