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

Side by Side Diff: net/base/test_data_directory.h

Issue 11739004: Add server certificate request parameters to be stored in SSLCertRequestInfo. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address Ryan's remark ( ASSERT_TRUE(ptr) ) Created 7 years, 11 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 unified diff | Download patch
« no previous file with comments | « net/base/ssl_cert_request_info.cc ('k') | net/base/test_data_directory.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_BASE_TEST_DATA_DIRECTORY_H_ 5 #ifndef NET_BASE_TEST_DATA_DIRECTORY_H_
6 #define NET_BASE_TEST_DATA_DIRECTORY_H_ 6 #define NET_BASE_TEST_DATA_DIRECTORY_H_
7 7
8 #include "base/file_path.h" 8 #include "base/file_path.h"
9 9
10 namespace net { 10 namespace net {
11 11
12 // Returns the FilePath object representing the absolute path in the source 12 // Returns the FilePath object representing the absolute path in the source
13 // tree that contains certificates for testing. 13 // tree that contains certificates for testing.
14 FilePath GetTestCertsDirectory(); 14 FilePath GetTestCertsDirectory();
15 15
16 // Returns the FilePath object representing the path to the certificate
17 // directory in relation to the source root.
18 FilePath GetTestCertsDirectoryRelative();
19
16 // Returns the FilePath object representing the relative path containing 20 // Returns the FilePath object representing the relative path containing
17 // resource files for testing WebSocket. Typically the FilePath will be used as 21 // resource files for testing WebSocket. Typically the FilePath will be used as
18 // document root argument for net::TestServer with TYPE_WS or TYPE_WSS. 22 // document root argument for net::TestServer with TYPE_WS or TYPE_WSS.
19 FilePath GetWebSocketTestDataDirectory(); 23 FilePath GetWebSocketTestDataDirectory();
20 24
21 } // namespace net 25 } // namespace net
22 26
23 #endif // NET_BASE_TEST_DATA_DIRECTORY_H_ 27 #endif // NET_BASE_TEST_DATA_DIRECTORY_H_
OLDNEW
« no previous file with comments | « net/base/ssl_cert_request_info.cc ('k') | net/base/test_data_directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698