Chromium Code Reviews| Index: content/shell/test_runner/test_runner.cc |
| diff --git a/content/shell/test_runner/test_runner.cc b/content/shell/test_runner/test_runner.cc |
| index 1a02826ac7e5f1aaf33d2a38c6ff4b5bb01a2af3..592ad9146aa23b075d080349bbeca687975d9812 100644 |
| --- a/content/shell/test_runner/test_runner.cc |
| +++ b/content/shell/test_runner/test_runner.cc |
| @@ -640,6 +640,7 @@ void TestRunnerBindings::LogToStderr(const std::string& output) { |
| } |
| void TestRunnerBindings::NotifyDone() { |
| + LOG(ERROR) << "Notifying done"; |
|
Nate Chapin
2017/03/07 18:39:08
?
clamy
2017/03/14 16:40:20
Sorry, leftover from debugging. Removed.
|
| if (runner_) |
| runner_->NotifyDone(); |
| } |