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

Unified Diff: components/test_runner/web_test_interfaces.cc

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
Index: components/test_runner/web_test_interfaces.cc
diff --git a/components/test_runner/web_test_interfaces.cc b/components/test_runner/web_test_interfaces.cc
index 374636a09de5d22539a96853f36d385a35a386a1..56108882daf6d9e2d3c2f30439947eda44de9765 100644
--- a/components/test_runner/web_test_interfaces.cc
+++ b/components/test_runner/web_test_interfaces.cc
@@ -28,8 +28,8 @@ WebTestInterfaces::WebTestInterfaces() : interfaces_(new TestInterfaces()) {
WebTestInterfaces::~WebTestInterfaces() {
}
-void WebTestInterfaces::SetWebView(WebView* web_view, WebTestProxyBase* proxy) {
- interfaces_->SetWebView(web_view, proxy);
+void WebTestInterfaces::SetMainView(WebView* web_view) {
+ interfaces_->SetMainView(web_view);
}
void WebTestInterfaces::SetDelegate(WebTestDelegate* delegate) {
« no previous file with comments | « components/test_runner/web_test_interfaces.h ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698