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

Unified Diff: components/test_runner/test_runner.h

Issue 1889673002: Move LayoutAndPaintAsyncThen to a separate compilation unit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 ea3380ab6a54c3d0d74daa1e46b0d42382dd8e72..2ab35daa780d436436911b464305d75bc5007a54 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -59,7 +59,7 @@ class TestRunner : public WebTestRunner {
void Install(blink::WebFrame* frame);
void SetDelegate(WebTestDelegate*);
- void SetWebView(blink::WebView*, WebTestProxyBase*);
+ void SetWebView(blink::WebView*);
void Reset();
@@ -790,7 +790,6 @@ class TestRunner : public WebTestRunner {
TestInterfaces* test_interfaces_;
WebTestDelegate* delegate_;
blink::WebView* web_view_;
- WebTestProxyBase* proxy_;
// 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