| Index: sky/engine/core/page/ChromeClient.h
|
| diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
|
| index 6ee58a8fb6db7474480d022875d2547561fb51c0..49d3ab1b3237b285da0bbf6052002f9cdf7efcc9 100644
|
| --- a/sky/engine/core/page/ChromeClient.h
|
| +++ b/sky/engine/core/page/ChromeClient.h
|
| @@ -104,10 +104,6 @@ public:
|
|
|
| virtual bool isChromeClientImpl() const { return false; }
|
|
|
| - // FIXME: Remove this method once we have input routing in the browser
|
| - // process. See http://crbug.com/339659.
|
| - virtual void forwardInputEvent(blink::Frame*, blink::Event*) { }
|
| -
|
| // Input mehtod editor related functions.
|
| virtual void willSetInputMethodState() { }
|
| virtual void didUpdateTextOfFocusedElementByNonUserInput() { }
|
|
|