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

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

Issue 2077783002: Make limitations for input.ime.sendKeyEvents API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chromeos error. Created 4 years, 6 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/ime/chromeos/mock_ime_input_context_handler.h ('k') | ui/base/ime/dummy_input_method.h » ('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.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 35cda006cfc88482c61d639750bf2baf1241a110..403eca0422f7cc9ae8f7e0f9803446a4404a3ceb 100644
--- a/ui/base/ime/chromeos/mock_ime_input_context_handler.cc
+++ b/ui/base/ime/chromeos/mock_ime_input_context_handler.cc
@@ -5,6 +5,7 @@
#include "ui/base/ime/chromeos/mock_ime_input_context_handler.h"
#include "ui/base/ime/composition_text.h"
+#include "ui/base/ime/input_method.h"
namespace chromeos {
@@ -48,4 +49,7 @@ void MockIMEInputContextHandler::Reset() {
void MockIMEInputContextHandler::SendKeyEvent(ui::KeyEvent* event) {}
+ui::InputMethod* MockIMEInputContextHandler::GetInputMethod() {
+ return nullptr;
+}
} // namespace chromeos
« no previous file with comments | « ui/base/ime/chromeos/mock_ime_input_context_handler.h ('k') | ui/base/ime/dummy_input_method.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698