Index: Source/web/ChromeClientImpl.h |
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h |
index dd5bed918b47b98ccb217e53c67a6ffb5ffe3ce7..119cd8245780ed34fcaadba250900d576de7f9df 100644 |
--- a/Source/web/ChromeClientImpl.h |
+++ b/Source/web/ChromeClientImpl.h |
@@ -173,10 +173,6 @@ public: |
virtual void didEndEditingOnTextField(HTMLInputElement&) override; |
virtual void handleKeyboardEventOnTextField(HTMLInputElement&, KeyboardEvent&) override; |
- // FIXME: Remove this method once we have input routing in the browser |
- // process. See http://crbug.com/339659. |
- virtual void forwardInputEvent(RemoteFrame*, Event*) override; |
- |
virtual void didCancelCompositionOnSelectionChange() override; |
virtual void willSetInputMethodState() override; |
virtual void didUpdateTextOfFocusedElementByNonUserInput() override; |