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

Unified Diff: components/test_runner/text_input_controller.h

Issue 2171503005: Rename WebTestProxy to WebViewTestProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 4 years, 5 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/text_input_controller.h
diff --git a/components/test_runner/text_input_controller.h b/components/test_runner/text_input_controller.h
index f7fa3676aa17f296cabfb2d604022e486fe4107f..d7d29586b2effcc2b88bc66a09de5b67d4bb16b1 100644
--- a/components/test_runner/text_input_controller.h
+++ b/components/test_runner/text_input_controller.h
@@ -18,14 +18,14 @@ class WebView;
namespace test_runner {
-class WebTestProxyBase;
+class WebViewTestProxyBase;
// TextInputController is bound to window.textInputController in Javascript
// when content_shell is running. Layout tests use it to exercise various
// corners of text input.
class TextInputController {
public:
- explicit TextInputController(WebTestProxyBase* web_test_proxy_base);
+ explicit TextInputController(WebViewTestProxyBase* web_view_test_proxy_base);
~TextInputController();
void Install(blink::WebLocalFrame* frame);
@@ -45,7 +45,7 @@ class TextInputController {
void SetComposition(const std::string& text);
blink::WebView* view();
- WebTestProxyBase* web_test_proxy_base_;
+ WebViewTestProxyBase* web_view_test_proxy_base_;
base::WeakPtrFactory<TextInputController> weak_factory_;
« no previous file with comments | « components/test_runner/test_runner_for_specific_view.cc ('k') | components/test_runner/text_input_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698