| 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_;
|
|
|