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 93f83f93eccc38a56688acf0e650397365f73a77..57c36f38951ffc21b5679eff410bbabc57281a08 100644 |
--- a/content/shell/renderer/test_runner/test_runner.h |
+++ b/content/shell/renderer/test_runner/test_runner.h |
@@ -176,6 +176,9 @@ class TestRunner : public WebTestRunner, |
void NotifyDone(); |
void WaitUntilDone(); |
+ // Log to stderr, so the logging doesn't skew the normal test output. |
+ void LogToStderr(const std::string& script); |
+ |
// Methods for adding actions to the work queue. Used in conjunction with |
// waitUntilDone/notifyDone above. |
void QueueBackNavigation(int how_far_back); |