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

Unified Diff: net/test/local_test_server.h

Issue 11971025: [sync] Divorce python sync test server chromiumsync.py from testserver.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/test/local_sync_test_server.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 3c6bddec38753183d47dac181e006d82b35ddb57..2b187396ac477b3f0c7e4091b7a460573d20a7f6 100644
--- a/net/test/local_test_server.h
+++ b/net/test/local_test_server.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -45,17 +45,8 @@ class LocalTestServer : public BaseTestServer {
// Modify PYTHONPATH to contain libraries we need.
virtual bool SetPythonPath() const WARN_UNUSED_RESULT;
- // This is a static version so that RunSyncTest in run_testserver.cc can use
- // it.
- // TODO(mattm): We should refactor so this isn't necessary (crbug.com/159731).
- static bool SetPythonPathStatic() WARN_UNUSED_RESULT;
-
- // Returns true if successfully stored the FilePath for the directory of the
- // testserver python script in |*directory|.
- static bool GetTestServerDirectory(FilePath* directory) WARN_UNUSED_RESULT;
-
- // Returns true if successfully stored the FilePath for the testserver python
- // script in |*testserver_path|.
+ // Returns true if the FilePath for the testserver python script is
+ // successfully stored in |*testserver_path|.
virtual bool GetTestServerPath(FilePath* testserver_path) const
WARN_UNUSED_RESULT;
« no previous file with comments | « net/test/local_sync_test_server.cc ('k') | net/test/local_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698