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

Unified Diff: chrome/browser/ui/views/ime_driver/ime_driver_mus.h

Issue 2626983003: IME for Mus: Send TextInputClient information to IMEDriver. (Closed)
Patch Set: fix mojo dependencies. 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/ime_driver/ime_driver_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ime_driver/ime_driver_mus.h
diff --git a/chrome/browser/ui/views/ime_driver/ime_driver_mus.h b/chrome/browser/ui/views/ime_driver/ime_driver_mus.h
index e81d34db739b6fb161c0ee044303f4f5a0d370c1..315c7b9c11e70efe9f682c53e32e3d1315fd53b8 100644
--- a/chrome/browser/ui/views/ime_driver/ime_driver_mus.h
+++ b/chrome/browser/ui/views/ime_driver/ime_driver_mus.h
@@ -23,10 +23,8 @@ class IMEDriver : public ui::mojom::IMEDriver {
private:
// ui::mojom::IMEDriver:
- void StartSession(
- int32_t session_id,
- ui::mojom::TextInputClientPtr client,
- ui::mojom::InputMethodRequest input_method_request) override;
+ void StartSession(int32_t session_id,
+ ui::mojom::StartSessionDetailsPtr details) override;
void CancelSession(int32_t session_id) override;
std::map<int32_t, std::unique_ptr<mojo::Binding<ui::mojom::InputMethod>>>
« no previous file with comments | « no previous file | chrome/browser/ui/views/ime_driver/ime_driver_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698