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

Unified Diff: services/ui/ime/test_ime_driver/test_ime_driver.cc

Issue 2626983003: IME for Mus: Send TextInputClient information to IMEDriver. (Closed)
Patch Set: . Created 3 years, 11 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: services/ui/ime/test_ime_driver/test_ime_driver.cc
diff --git a/services/ui/ime/test_ime_driver/test_ime_driver.cc b/services/ui/ime/test_ime_driver/test_ime_driver.cc
index eab2b45ad0068612cf3db6a4235f4f34e130b09c..64c2dc98e88f6c53a4319cdb9f1ddecb3115657a 100644
--- a/services/ui/ime/test_ime_driver/test_ime_driver.cc
+++ b/services/ui/ime/test_ime_driver/test_ime_driver.cc
@@ -44,6 +44,7 @@ TestIMEDriver::~TestIMEDriver() {}
void TestIMEDriver::StartSession(
int32_t session_id,
+ mojom::TextInputClientInformationPtr client_info,
mojom::TextInputClientPtr client,
mojom::InputMethodRequest input_method_request) {
input_method_bindings_[session_id].reset(

Powered by Google App Engine
This is Rietveld 408576698