Index: content/shell/test_runner/test_interfaces.cc |
diff --git a/content/shell/test_runner/test_interfaces.cc b/content/shell/test_runner/test_interfaces.cc |
index e903367da4011533447365916a14c302af00a5ec..dc6e2456954a3d462a19de8b8a04e73e0757161d 100644 |
--- a/content/shell/test_runner/test_interfaces.cc |
+++ b/content/shell/test_runner/test_interfaces.cc |
@@ -79,6 +79,10 @@ void TestInterfaces::ResetAll() { |
test_runner_->Reset(); |
} |
+bool TestInterfaces::TestIsRunning() { |
+ return test_runner_->TestIsRunning(); |
+} |
+ |
void TestInterfaces::SetTestIsRunning(bool running) { |
test_runner_->SetTestIsRunning(running); |
} |