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); |