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

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

Issue 2689483007: Tests of ctrl-click can't postMessage to opener - using custom text instead. (Closed)
Patch Set: Rebasing... Created 3 years, 8 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/web_test_interfaces.cc
diff --git a/content/shell/test_runner/web_test_interfaces.cc b/content/shell/test_runner/web_test_interfaces.cc
index 983af6597a955e1f909256aa6540edaa045d8c15..637f497315531502ff3c1a93005ed289873caa48 100644
--- a/content/shell/test_runner/web_test_interfaces.cc
+++ b/content/shell/test_runner/web_test_interfaces.cc
@@ -39,6 +39,10 @@ void WebTestInterfaces::ResetAll() {
interfaces_->ResetAll();
}
+bool WebTestInterfaces::TestIsRunning() {
+ return interfaces_->TestIsRunning();
+}
+
void WebTestInterfaces::SetTestIsRunning(bool running) {
interfaces_->SetTestIsRunning(running);
}

Powered by Google App Engine
This is Rietveld 408576698