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

Unified Diff: net/test/local_test_server.h

Issue 12210088: Make the TestServer use an absolute document root path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « chrome/browser/policy/cloud_policy_browsertest.cc ('k') | net/test/local_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/local_test_server.h
diff --git a/net/test/local_test_server.h b/net/test/local_test_server.h
index 14b291d865c02b37d3baaf3cebc93fab87351c27..1dac4b9522c7487e4d0890b1b2d4b248e65acee6 100644
--- a/net/test/local_test_server.h
+++ b/net/test/local_test_server.h
@@ -30,7 +30,8 @@ class LocalTestServer : public BaseTestServer {
const FilePath& document_root);
// Initialize a TestServer with a specific set of SSLOptions.
- // |document_root| must be a relative path under the root tree.
+ // |document_root| must be an absolute path, or a relative path under the
Paweł Hajdan Jr. 2013/02/11 09:02:40 No "or" here. Please standardize on either absolut
Joao da Silva 2013/02/11 12:54:56 Ah interesting, so more people would like to have
+ // source directory.
LocalTestServer(Type type,
const SSLOptions& ssl_options,
const FilePath& document_root);
« no previous file with comments | « chrome/browser/policy/cloud_policy_browsertest.cc ('k') | net/test/local_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698