diff options
Diffstat (limited to 'chrome/test/ui/ui_test.h')
-rw-r--r-- | chrome/test/ui/ui_test.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index d47a5d0..64677bc 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -452,6 +452,11 @@ class UITest : public PlatformTest { const std::wstring& port); void StopHttpServer(); + // Synchronously launches local websocket server used to run LayoutTests. + void StartWebSocketServer(const FilePath& root_directory); + + void StopWebSocketServer(); + // Prints IO performance data for use by perf graphs. void PrintIOPerfInfo(const char* test_name, FilePath data_dir); @@ -538,6 +543,7 @@ class UITest : public PlatformTest { bool enable_file_cookies_; // Enable file cookies, default is true. ProfileType profile_type_; // Are we using a profile with a // complex theme? + FilePath websocket_pid_file_; // PID file for websocket server. private: bool LaunchBrowserHelper(const CommandLine& arguments, |