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() {} |