| Index: blimp/engine/feature/engine_render_widget_feature.h
|
| diff --git a/blimp/engine/feature/engine_render_widget_feature.h b/blimp/engine/feature/engine_render_widget_feature.h
|
| index 5065eaf0d0f228093c943506e25e83ab353efaa9..653916d4275f9838dfec87a47cbb5624e7949267 100644
|
| --- a/blimp/engine/feature/engine_render_widget_feature.h
|
| +++ b/blimp/engine/feature/engine_render_widget_feature.h
|
| @@ -151,9 +151,11 @@ class EngineRenderWidgetFeature : public BlimpMessageProcessor,
|
| content::RenderWidgetHost* GetRenderWidgetHost(const int tab_id,
|
| const int render_widget_id);
|
|
|
| - // Inserts the text entered by the user into the |client|.
|
| + // Sends the text entered by the user to the renderer.
|
| // The existing text in the box gets replaced by the new text from IME.
|
| - void SetTextFromIME(ui::TextInputClient* client, std::string text);
|
| + void SetTextFromIME(content::RenderWidgetHost* render_widget_host,
|
| + std::string text,
|
| + bool auto_submit);
|
|
|
| DelegateMap delegates_;
|
| TabMap tabs_;
|
|
|