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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.h

Issue 1911153002: Remove no longer needed BlinkTestRunner::proxy_ field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index dd622ad5ef81052309bd17e8ac9e5ee45c3542ad..c5329e00f3fbe585c9c75f773280a7293cc1cff5 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -162,9 +162,6 @@ class BlinkTestRunner : public RenderViewObserver,
// also resets additional state, like the main frame's name and opener.
void Reset(bool for_new_test);
- void set_proxy(test_runner::WebTestProxyBase* proxy) { proxy_ = proxy; }
- test_runner::WebTestProxyBase* proxy() const { return proxy_; }
-
void ReportLeakDetectionResult(const LeakDetectionResult& result);
// Message handlers forwarded by LayoutTestRenderFrameObserver.
@@ -197,8 +194,6 @@ class BlinkTestRunner : public RenderViewObserver,
GetBluetoothFakeAdapterSetter();
mojom::LayoutTestBluetoothFakeAdapterSetterPtr bluetooth_fake_adapter_setter_;
- test_runner::WebTestProxyBase* proxy_;
-
test_runner::TestPreferences prefs_;
ShellTestConfiguration test_config_;
« no previous file with comments | « no previous file | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698