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

Unified Diff: sky/engine/core/page/ChromeClient.h

Issue 872233002: Switch KeyboardEvents over to NewEventHandler (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: nits Created 5 years, 11 months 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
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() { }

Powered by Google App Engine
This is Rietveld 408576698