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

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

Issue 2817783004: Simplify the construction of RemoteTextInputClient (Closed)
Patch Set: Created 3 years, 8 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: chrome/browser/ui/views/ime_driver/remote_text_input_client.h
diff --git a/chrome/browser/ui/views/ime_driver/remote_text_input_client.h b/chrome/browser/ui/views/ime_driver/remote_text_input_client.h
index 18ef7be44e7376f12404c3a30fbe27c0c7be9cfa..7e4221719437ee675a8fadf37694dd95aa582f1c 100644
--- a/chrome/browser/ui/views/ime_driver/remote_text_input_client.h
+++ b/chrome/browser/ui/views/ime_driver/remote_text_input_client.h
@@ -13,12 +13,7 @@
// ui::InputMethod::SetFocusedTextInputClient().
class RemoteTextInputClient : public ui::TextInputClient {
public:
- RemoteTextInputClient(ui::mojom::TextInputClientPtr remote_client,
- ui::TextInputType text_input_type,
- ui::TextInputMode text_input_mode,
- base::i18n::TextDirection text_direction,
- int text_input_flags,
- gfx::Rect caret_bounds);
+ explicit RemoteTextInputClient(ui::mojom::StartSessionDetailsPtr);
~RemoteTextInputClient() override;
void SetTextInputType(ui::TextInputType text_input_type);
« no previous file with comments | « chrome/browser/ui/views/ime_driver/ime_driver_mus.cc ('k') | chrome/browser/ui/views/ime_driver/remote_text_input_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698