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

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

Issue 1771173002: Implement input.ime.sendKeyEvents API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failure. 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
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/ime/chromeos/mock_ime_input_context_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/mock_ime_input_context_handler.h
diff --git a/ui/base/ime/chromeos/mock_ime_input_context_handler.h b/ui/base/ime/chromeos/mock_ime_input_context_handler.h
index 78dec9020d650f996ae36b1462d9608317542bc6..751dad952eb9f52fcd24ed339c3c3198588a7bdc 100644
--- a/ui/base/ime/chromeos/mock_ime_input_context_handler.h
+++ b/ui/base/ime/chromeos/mock_ime_input_context_handler.h
@@ -35,6 +35,7 @@ class UI_BASE_IME_EXPORT MockIMEInputContextHandler
uint32_t cursor_pos,
bool visible) override;
void DeleteSurroundingText(int32_t offset, uint32_t length) override;
+ void SendKeyEvent(ui::KeyEvent* event) override;
int commit_text_call_count() const { return commit_text_call_count_; }
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/ime/chromeos/mock_ime_input_context_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698