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

Unified Diff: net/test/test_data_directory.h

Issue 2718633002: debug on ios simulator
Patch Set: add to BUILD.gn test_support_bundle_data Created 3 years, 10 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
« no previous file with comments | « net/quic/core/quic_session.cc ('k') | net/test/test_data_directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/quic/core/quic_session.cc ('k') | net/test/test_data_directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698