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

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

Issue 433163005: Refactoring for InputMethodEngine and InputMethodEventRouter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: error tolerance for missing background page for key events. Created 6 years, 4 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_engine_handler.cc
diff --git a/ui/base/ime/chromeos/mock_ime_engine_handler.cc b/ui/base/ime/chromeos/mock_ime_engine_handler.cc
index 000feef92b522be5c4c9cdfce81ca666b4d34ddd..3af5c17247ba8ce2905d1efad1222ec2354477e9 100644
--- a/ui/base/ime/chromeos/mock_ime_engine_handler.cc
+++ b/ui/base/ime/chromeos/mock_ime_engine_handler.cc
@@ -33,7 +33,7 @@ void MockIMEEngineHandler::FocusOut() {
last_text_input_context_.type = ui::TEXT_INPUT_TYPE_NONE;
}
-void MockIMEEngineHandler::Enable() {
+void MockIMEEngineHandler::Enable(const std::string& engine_id) {
Yuki 2014/08/06 04:42:24 s/engine_id/component_id/
Shu Chen 2014/08/06 05:45:04 Done.
}
void MockIMEEngineHandler::Disable() {

Powered by Google App Engine
This is Rietveld 408576698