| Index: net/base/test_data_directory.h
|
| diff --git a/net/base/test_data_directory.h b/net/base/test_data_directory.h
|
| index 9f1a84d369a9ba137e9eb598b17a7b96bec470b5..c02640dc93ef98b7d13211b6c174043e287b9132 100644
|
| --- a/net/base/test_data_directory.h
|
| +++ b/net/base/test_data_directory.h
|
| @@ -24,6 +24,10 @@ base::FilePath GetTestClientCertsDirectory();
|
| // document root argument for net::SpawnedTestServer with TYPE_WS or TYPE_WSS.
|
| base::FilePath GetWebSocketTestDataDirectory();
|
|
|
| +// Returns the FilePath object representing the absolute path in the source
|
| +// tree that contains QUIC certificates for testing.
|
| +base::FilePath GetQuicTestCertsDirectory();
|
| +
|
| } // namespace net
|
|
|
| #endif // NET_BASE_TEST_DATA_DIRECTORY_H_
|
|
|