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

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

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
« no previous file with comments | « content/shell/test_runner/test_interfaces.cc ('k') | content/shell/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/web_test_interfaces.h
diff --git a/content/shell/test_runner/web_test_interfaces.h b/content/shell/test_runner/web_test_interfaces.h
index 9d27cb5857396f75004fc22ac5cffcd7b4078627..64ce164acfdfb0a56e3c54ae77e2e78e024dc612 100644
--- a/content/shell/test_runner/web_test_interfaces.h
+++ b/content/shell/test_runner/web_test_interfaces.h
@@ -45,6 +45,7 @@ class TEST_RUNNER_EXPORT WebTestInterfaces {
void SetMainView(blink::WebView* web_view);
void SetDelegate(WebTestDelegate* delegate);
void ResetAll();
+ bool TestIsRunning();
void SetTestIsRunning(bool running);
void ConfigureForTestWithURL(const blink::WebURL& test_url,
bool generate_pixels);
« no previous file with comments | « content/shell/test_runner/test_interfaces.cc ('k') | content/shell/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698