| Index: chrome/test/in_process_browser_test.h
|
| ===================================================================
|
| --- chrome/test/in_process_browser_test.h (revision 20370)
|
| +++ chrome/test/in_process_browser_test.h (working copy)
|
| @@ -74,6 +74,9 @@
|
| // Invoked when a test is not finishing in a timely manner.
|
| void TimedOut();
|
|
|
| + // Sets Initial Timeout value.
|
| + void SetInitialTimeoutInMS(int initial_timeout);
|
| +
|
| // Starts an HTTP server.
|
| HTTPTestServer* StartHTTPServer();
|
|
|
| @@ -118,6 +121,9 @@
|
| // Saved to restore the value of RenderProcessHost::run_renderer_in_process.
|
| bool original_single_process_;
|
|
|
| + // Initial timeout value in ms.
|
| + int initial_timeout_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(InProcessBrowserTest);
|
| };
|
|
|
|
|