| 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);
|
|
|