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

Unified Diff: ui/base/ime/input_method_win.h

Issue 1771173002: Implement input.ime.sendKeyEvents API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added Windows-specific implementation. Created 4 years, 9 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: ui/base/ime/input_method_win.h
diff --git a/ui/base/ime/input_method_win.h b/ui/base/ime/input_method_win.h
index 742085445e31f9fe9a1c5b12a1105abb70ea8dcf..09c45af01c6f4a6c9de1f5063001245483a97971 100644
--- a/ui/base/ime/input_method_win.h
+++ b/ui/base/ime/input_method_win.h
@@ -92,8 +92,6 @@ class UI_BASE_IME_EXPORT InputMethodWin : public InputMethodBase {
// to be ready for receiving keyboard input.
bool IsWindowFocused(const TextInputClient* client) const;
- void DispatchFabricatedKeyEvent(ui::KeyEvent* event);
-
// Asks the client to confirm current composition text.
void ConfirmCompositionText();

Powered by Google App Engine
This is Rietveld 408576698