Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2121)

Unified Diff: content/shell/test_runner/test_runner.cc

Issue 2735183003: PlzNavigate: stop navigations when opening a document for write (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698