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

Unified Diff: components/test_runner/test_runner.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_interfaces.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index db7625b43f852b52c6b35bb1d3a14c922b862fdf..11ac5a0d8665dffd6a4fc98d57bb1d611c9349fa 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -75,7 +75,7 @@ class TestRunner : public WebTestRunner {
base::WeakPtr<TestRunnerForSpecificView> view_test_runner);
void SetDelegate(WebTestDelegate*);
- void SetWebView(blink::WebView*);
+ void SetMainView(blink::WebView*);
void Reset();
@@ -603,7 +603,7 @@ class TestRunner : public WebTestRunner {
TestInterfaces* test_interfaces_;
WebTestDelegate* delegate_;
- blink::WebView* web_view_;
+ blink::WebView* main_view_;
// This is non-0 IFF a load is in progress.
blink::WebFrame* top_loading_frame_;
« no previous file with comments | « components/test_runner/test_interfaces.cc ('k') | components/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698