Chromium Code Reviews| Index: chrome/test/in_process_browser_test.h |
| =================================================================== |
| --- chrome/test/in_process_browser_test.h (revision 19688) |
| +++ chrome/test/in_process_browser_test.h (working copy) |
| @@ -67,6 +67,9 @@ |
| // do that during testing. |
| virtual void ConfigureHostMapper(net::RuleBasedHostMapper* host_mapper); |
| + // Invoked when a test is not finishing in a timely manner. |
| + void TimedOut(); |
| + |
| // Starts an HTTP server. |
| HTTPTestServer* StartHTTPServer(); |