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

Unified Diff: components/test_runner/web_view_test_proxy.h

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Explicitly asking for TextInputState updates Created 4 years, 1 month 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_view_test_proxy.h
diff --git a/components/test_runner/web_view_test_proxy.h b/components/test_runner/web_view_test_proxy.h
index 088133dee7d25f4d20f16796ba38fdfc5bb0e1a6..c959ac19bc9cddc31a98863aa4b460801f28fbfd 100644
--- a/components/test_runner/web_view_test_proxy.h
+++ b/components/test_runner/web_view_test_proxy.h
@@ -172,7 +172,6 @@ class WebViewTestProxy : public Base, public WebViewTestProxyBase {
widget_test_client()->setToolTipText(text, hint);
Base::setToolTipText(text, hint);
}
- void resetInputMethod() override { widget_test_client()->resetInputMethod(); }
// WebViewClient implementation.
void startDragging(blink::WebLocalFrame* frame,

Powered by Google App Engine
This is Rietveld 408576698