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

Unified Diff: components/test_runner/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 | « no previous file | components/test_runner/test_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_interfaces.h
diff --git a/components/test_runner/test_interfaces.h b/components/test_runner/test_interfaces.h
index 6b534a0c0395ef8a6a1e480ec36ef2e03ba093be..ff7fb48730541763a27813f1e6f45736a5eb0c39 100644
--- a/components/test_runner/test_interfaces.h
+++ b/components/test_runner/test_interfaces.h
@@ -33,7 +33,7 @@ class TestInterfaces {
TestInterfaces();
~TestInterfaces();
- void SetWebView(blink::WebView* web_view, WebTestProxyBase* proxy);
+ void SetMainView(blink::WebView* web_view);
void SetDelegate(WebTestDelegate* delegate);
void BindTo(blink::WebFrame* frame);
void ResetTestHelperControllers();
@@ -59,6 +59,8 @@ class TestInterfaces {
AppBannerClient* app_banner_client_;
std::vector<WebTestProxyBase*> window_list_;
+ blink::WebView* main_view_;
+
std::unique_ptr<MockWebThemeEngine> theme_engine_;
DISALLOW_COPY_AND_ASSIGN(TestInterfaces);
« no previous file with comments | « no previous file | components/test_runner/test_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698