| Index: content/shell/test_runner/test_interfaces.h
|
| diff --git a/content/shell/test_runner/test_interfaces.h b/content/shell/test_runner/test_interfaces.h
|
| index 6d35e4b7333c0f188ee1e7468eab45b697d7a5de..18bf973a2f4fa372a7daf19b786752508f007e7c 100644
|
| --- a/content/shell/test_runner/test_interfaces.h
|
| +++ b/content/shell/test_runner/test_interfaces.h
|
| @@ -37,6 +37,7 @@ class TestInterfaces {
|
| void BindTo(blink::WebFrame* frame);
|
| void ResetTestHelperControllers();
|
| void ResetAll();
|
| + bool TestIsRunning();
|
| void SetTestIsRunning(bool running);
|
| void ConfigureForTestWithURL(const blink::WebURL& test_url,
|
| bool generate_pixels);
|
|
|