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

Unified Diff: ui/base/ime/chromeos/mock_ime_input_context_handler.cc

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/chromeos/mock_ime_input_context_handler.cc
diff --git a/ui/base/ime/chromeos/mock_ime_input_context_handler.cc b/ui/base/ime/chromeos/mock_ime_input_context_handler.cc
index e4decfde3550b98d93fc15e42ba34f0ba0e154f7..35cda006cfc88482c61d639750bf2baf1241a110 100644
--- a/ui/base/ime/chromeos/mock_ime_input_context_handler.cc
+++ b/ui/base/ime/chromeos/mock_ime_input_context_handler.cc
@@ -46,4 +46,6 @@ void MockIMEInputContextHandler::Reset() {
last_commit_text_.clear();
}
+void MockIMEInputContextHandler::SendKeyEvent(ui::KeyEvent* event) {}
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698