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

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

Issue 2553923002: Remove deprecated ReplicaInputConnection (Closed)
Patch Set: Created 4 years 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 | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebWidgetClient.h
diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h
index d5c1119505c9c80ef50e651fe7e720cd4e81e858..60ac185aaca6cf916239fdeee79ba0c63cd583d8 100644
--- a/third_party/WebKit/public/web/WebWidgetClient.h
+++ b/third_party/WebKit/public/web/WebWidgetClient.h
@@ -146,10 +146,6 @@ class WebWidgetClient {
// the embedder of the touch actions that are permitted for this touch.
virtual void setTouchAction(WebTouchAction touchAction) {}
- // Called when value of focused text field gets dirty, e.g. value is
- // modified by script, not by user input.
- virtual void didUpdateTextOfFocusedElementByNonUserInput() {}
-
// Request the browser to show the IME for current input type.
virtual void showImeIfNeeded() {}
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698