summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui_test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/ui_test_utils.h')
-rw-r--r--chrome/test/ui_test_utils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h
index e164c34..3d8cd14 100644
--- a/chrome/test/ui_test_utils.h
+++ b/chrome/test/ui_test_utils.h
@@ -195,7 +195,7 @@ class TimedMessageLoopRunner {
// object, and is stopped when the destructor is called. Note that
// because of the underlying script that is used:
//
-// webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/
+// third_paty/WebKit/WebKitTools/Scripts/webkitpy/layout_tests/port/
// websocket_server.py
//
// Only *_wsh.py handlers found under "websocket/tests" from the
@@ -210,6 +210,9 @@ class TestWebSocketServer {
~TestWebSocketServer();
private:
+ // Sets up PYTHONPATH to run websocket_server.py.
+ void SetPythonPath();
+
// Creates a CommandLine for invoking the python interpreter.
CommandLine* CreatePythonCommandLine();