Index: sky/engine/web/ChromeClientImpl.h |
diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h |
index 019e968bfa8cffd8d64953aedc58e44fa745a99f..bf791f189d8f1da6bed5bc1cb8dfefeac30f795d 100644 |
--- a/sky/engine/web/ChromeClientImpl.h |
+++ b/sky/engine/web/ChromeClientImpl.h |
@@ -87,10 +87,6 @@ public: |
// ChromeClientImpl: |
void setNewWindowNavigationPolicy(WebNavigationPolicy); |
- // FIXME: Remove this method once we have input routing in the browser |
- // process. See http://crbug.com/339659. |
- virtual void forwardInputEvent(Frame*, Event*) override; |
- |
virtual void willSetInputMethodState() override; |
virtual void didUpdateTextOfFocusedElementByNonUserInput() override; |
virtual void showImeIfNeeded() override; |