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

Unified Diff: net/base/test_data_directory.h

Issue 17385010: OpenSSL/NSS implementation of ProofVerfifier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved error_details and generation_counter into QuicCryptoClientStream. Created 7 years, 6 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 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_

Powered by Google App Engine
This is Rietveld 408576698