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

Unified Diff: components/test_runner/web_widget_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_widget_test_client.cc ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_widget_test_proxy.h
diff --git a/components/test_runner/web_widget_test_proxy.h b/components/test_runner/web_widget_test_proxy.h
index 203d48b16a8843652ca25197bf46f17474f8b5d7..8afd955456846f4174df181d274e438284360770 100644
--- a/components/test_runner/web_widget_test_proxy.h
+++ b/components/test_runner/web_widget_test_proxy.h
@@ -122,7 +122,6 @@ class WebWidgetTestProxy : public Base, public WebWidgetTestProxyBase {
Base::setToolTipText(text, hint);
widget_test_client()->setToolTipText(text, hint);
}
- void resetInputMethod() override { widget_test_client()->resetInputMethod(); }
void startDragging(blink::WebReferrerPolicy policy,
const blink::WebDragData& data,
blink::WebDragOperationsMask mask,
« no previous file with comments | « components/test_runner/web_widget_test_client.cc ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698