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

Unified Diff: third_party/WebKit/public/web/WebViewClient.h

Issue 2370663002: Remove logic to reset input method more than needed (Closed)
Patch Set: fix test, fix IMC Created 3 years, 11 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: third_party/WebKit/public/web/WebViewClient.h
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
index 0cafd7d3a78ee8221eb0764916781889fa09012b..53186f2cf29ac697cfc22cfd1a7b1f249df9e0f6 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -114,7 +114,6 @@ class WebViewClient : protected WebWidgetClient {
// These methods allow the client to intercept and overrule editing
// operations.
- virtual void didCancelCompositionOnSelectionChange() {}
virtual void didChangeContents() {}
// Dialogs -------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698