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

Unified Diff: components/test_runner/web_test_proxy.h

Issue 1896413003: Use correct WebView from TextInputController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event-sender-per-view
Patch Set: Rebasing... 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 | « components/test_runner/text_input_controller.cc ('k') | components/test_runner/web_test_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e89ff04e816ed97b2dfa908a9c33001cf10e32a7..c3a220b0f25e66943ac1cd4692e3dfe13eacf64e 100644
--- a/components/test_runner/web_test_proxy.h
+++ b/components/test_runner/web_test_proxy.h
@@ -43,6 +43,7 @@ namespace test_runner {
class EventSender;
class TestInterfaces;
+class TextInputController;
class WebTestDelegate;
class WebTestInterfaces;
@@ -104,6 +105,7 @@ class TEST_RUNNER_EXPORT WebTestProxyBase {
blink::WebWidget* web_widget_;
scoped_ptr<WebViewTestClient> view_test_client_;
scoped_ptr<EventSender> event_sender_;
+ scoped_ptr<TextInputController> text_input_controller_;
DISALLOW_COPY_AND_ASSIGN(WebTestProxyBase);
};
« no previous file with comments | « components/test_runner/text_input_controller.cc ('k') | components/test_runner/web_test_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698