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

Unified Diff: net/test/remote_test_server.h

Issue 10986042: Fix the failed cases in URLFetcherFileTest on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move GetDocumentRoot to test server Created 8 years, 2 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
Index: net/test/remote_test_server.h
diff --git a/net/test/remote_test_server.h b/net/test/remote_test_server.h
index 417eda8bad69903cdef5f012de1bc93c048f677f..199a687580ea5c945639442948ddf55c5aed31af 100644
--- a/net/test/remote_test_server.h
+++ b/net/test/remote_test_server.h
@@ -37,6 +37,8 @@ class RemoteTestServer : public BaseTestServer {
// Stops the Python test server that is running on the host machine.
bool Stop();
+ FilePath GetDocumentRoot() const;
wtc 2012/10/23 18:28:31 Please document this function. In particular, expl
Shouqun Liu 2012/10/24 02:32:47 Done.
+
private:
bool Init(const FilePath& document_root);

Powered by Google App Engine
This is Rietveld 408576698