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

Unified Diff: components/test_runner/test_interfaces.cc

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 | « components/test_runner/test_interfaces.h ('k') | components/test_runner/test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_interfaces.cc
diff --git a/components/test_runner/test_interfaces.cc b/components/test_runner/test_interfaces.cc
index ee0d34f103c133ff26f2c19d1e9d61ff055c1405..3e7d65f156b1efa3bde31db06c8089a5e78e96ae 100644
--- a/components/test_runner/test_interfaces.cc
+++ b/components/test_runner/test_interfaces.cc
@@ -58,7 +58,6 @@ TestInterfaces::~TestInterfaces() {
void TestInterfaces::SetWebView(blink::WebView* web_view,
WebTestProxyBase* proxy) {
- proxy_ = proxy;
accessibility_controller_->SetWebView(web_view);
event_sender_->SetWebView(web_view);
// gamepad_controller_ doesn't depend on WebView.
@@ -169,10 +168,6 @@ WebTestDelegate* TestInterfaces::GetDelegate() {
return delegate_;
}
-WebTestProxyBase* TestInterfaces::GetProxy() {
- return proxy_;
-}
-
const std::vector<WebTestProxyBase*>& TestInterfaces::GetWindowList() {
return window_list_;
}
« no previous file with comments | « components/test_runner/test_interfaces.h ('k') | components/test_runner/test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698