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

Unified Diff: components/test_runner/web_test_interfaces.h

Issue 1896623002: Setting TestRunner's main window from BlinkTestRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicate-across-all-renderers
Patch Set: Rebasing... Created 4 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 | « components/test_runner/test_runner.cc ('k') | components/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_interfaces.h
diff --git a/components/test_runner/web_test_interfaces.h b/components/test_runner/web_test_interfaces.h
index 4a0d5a773fa7f0a4a53d915de38c1a9d7d32238e..1c9d55e178e3188233db7d6af604641a84dda4ae 100644
--- a/components/test_runner/web_test_interfaces.h
+++ b/components/test_runner/web_test_interfaces.h
@@ -42,7 +42,7 @@ class TEST_RUNNER_EXPORT WebTestInterfaces {
WebTestInterfaces();
~WebTestInterfaces();
- void SetWebView(blink::WebView* web_view, WebTestProxyBase* proxy);
+ void SetMainView(blink::WebView* web_view);
void SetDelegate(WebTestDelegate* delegate);
void ResetAll();
void SetTestIsRunning(bool running);
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | components/test_runner/web_test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698