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

Unified Diff: blimp/engine/feature/engine_render_widget_feature.h

Issue 2393043004: Blimp: IME should submit form with text (Closed)
Patch Set: dtrainor@ comments Created 4 years, 2 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: 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_;
« no previous file with comments | « blimp/engine/browser_tests/input_browsertest.cc ('k') | blimp/engine/feature/engine_render_widget_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698