| Index: components/test_runner/test_interfaces.h
|
| diff --git a/components/test_runner/test_interfaces.h b/components/test_runner/test_interfaces.h
|
| index 1834f5a5b75edb21d5d3f46b714778518a346f71..d528fd9d49fb6681d07152178f6a41879f42f680 100644
|
| --- a/components/test_runner/test_interfaces.h
|
| +++ b/components/test_runner/test_interfaces.h
|
| @@ -53,7 +53,6 @@ class TestInterfaces {
|
| EventSender* GetEventSender();
|
| TestRunner* GetTestRunner();
|
| WebTestDelegate* GetDelegate();
|
| - WebTestProxyBase* GetProxy();
|
| const std::vector<WebTestProxyBase*>& GetWindowList();
|
| blink::WebThemeEngine* GetThemeEngine();
|
| AppBannerClient* GetAppBannerClient();
|
| @@ -65,7 +64,6 @@ class TestInterfaces {
|
| scoped_ptr<TextInputController> text_input_controller_;
|
| scoped_ptr<TestRunner> test_runner_;
|
| WebTestDelegate* delegate_;
|
| - WebTestProxyBase* proxy_;
|
| AppBannerClient* app_banner_client_;
|
|
|
| std::vector<WebTestProxyBase*> window_list_;
|
|
|