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

Unified Diff: components/test_runner/test_interfaces.h

Issue 1787743003: Remove unneeded code from WebTestProxyBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing accidental reversal of condition in RunModalBeforeUnloadDialog. Created 4 years, 9 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 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_;
« 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