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

Unified Diff: components/test_runner/web_view_test_proxy.h

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Rebased 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
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | components/test_runner/web_widget_test_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 984ef59fd826a1847b1204fb54649cfd644a8739..7a46951099df64ec6353fbbaebe487523e90c0e8 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::WebReferrerPolicy policy,
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | components/test_runner/web_widget_test_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698