Index: net/test/local_test_server.h |
diff --git a/net/test/local_test_server.h b/net/test/local_test_server.h |
index 26636687ccc34718344caa5f58d4d5ba231e7d2a..c7e029daf8768aceb79766ce7f231180fd901ec9 100644 |
--- a/net/test/local_test_server.h |
+++ b/net/test/local_test_server.h |
@@ -53,6 +53,8 @@ class LocalTestServer : public BaseTestServer { |
// |command_line|. Returns true on success. |
virtual bool AddCommandLineArguments(CommandLine* command_line) const; |
+ FilePath GetDocumentRoot() const { return document_root(); }; |
wtc
2012/10/23 18:28:31
Please document this function.
Shouqun Liu
2012/10/24 02:32:47
Done.
|
+ |
private: |
bool Init(const FilePath& document_root); |