| Index: content/shell/renderer/test_runner/test_runner.h
|
| diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
|
| index c71502205d93d109a865787bbb96a921203a4d17..7a0ceff8c54e9d4cbfd2ebfc2d27edb922900626 100644
|
| --- a/content/shell/renderer/test_runner/test_runner.h
|
| +++ b/content/shell/renderer/test_runner/test_runner.h
|
| @@ -419,6 +419,9 @@ class TestRunner : public WebTestRunner,
|
| // that may be present.
|
| void DumpResourceResponseMIMETypes();
|
|
|
| + // Will block script execution and loading during a given interval.
|
| + void Sleep(int milliseconds);
|
| +
|
| // WebPermissionClient related.
|
| void SetImagesAllowed(bool allowed);
|
| void SetMediaAllowed(bool allowed);
|
|
|