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

Unified Diff: components/test_runner/web_test_proxy.h

Issue 1908183002: Use correct WebView from TestRunner methods called via testRunner bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@accessibility-controller-per-view
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
Index: components/test_runner/web_test_proxy.h
diff --git a/components/test_runner/web_test_proxy.h b/components/test_runner/web_test_proxy.h
index 53870f3831c4202878c2bde44bcef4cdae4ce669..18aa21a6928f2bbb468c827755f26e954a724ad1 100644
--- a/components/test_runner/web_test_proxy.h
+++ b/components/test_runner/web_test_proxy.h
@@ -44,6 +44,7 @@ namespace test_runner {
class AccessibilityController;
class EventSender;
class TestInterfaces;
+class TestRunnerForSpecificView;
class TextInputController;
class WebTestDelegate;
class WebTestInterfaces;
@@ -112,6 +113,7 @@ class TEST_RUNNER_EXPORT WebTestProxyBase {
scoped_ptr<AccessibilityController> accessibility_controller_;
scoped_ptr<EventSender> event_sender_;
scoped_ptr<TextInputController> text_input_controller_;
+ scoped_ptr<TestRunnerForSpecificView> view_test_runner_;
DISALLOW_COPY_AND_ASSIGN(WebTestProxyBase);
};

Powered by Google App Engine
This is Rietveld 408576698