| 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..ec6f521dfe38c69daa81c8fde4184b59ffadad71 100644
|
| --- a/net/test/test_data_directory.h
|
| +++ b/net/test/test_data_directory.h
|
| @@ -13,6 +13,10 @@ namespace net {
|
| // tree that contains certificates for testing.
|
| base::FilePath GetTestCertsDirectory();
|
|
|
| +// Returns the FilePath object representing the absolute path in the source
|
| +// tree that contains server push resources for testing.
|
| +base::FilePath GetServerPushResourceDirectory();
|
| +
|
| // 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
|
|
|