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

Unified Diff: content/public/test/text_input_test_utils.cc

Issue 2323983003: DO NOT SUBMIT: Bundle IME-related messages into one for batch edit (Closed)
Patch Set: fixed nits and fixed blimp test Created 4 years, 3 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 | « content/public/browser/render_widget_host.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/text_input_test_utils.cc
diff --git a/content/public/test/text_input_test_utils.cc b/content/public/test/text_input_test_utils.cc
index 614ead55babe7cba0a2a8777e7491d91561bd24d..5907a256ca0ae645a6e7d330f39bbd92ad3fa43a 100644
--- a/content/public/test/text_input_test_utils.cc
+++ b/content/public/test/text_input_test_utils.cc
@@ -251,7 +251,7 @@ bool RequestCompositionInfoFromActiveWidget(WebContents* web_contents) {
if (!manager || !manager->GetActiveWidget())
return false;
- manager->GetActiveWidget()->Send(new InputMsg_RequestCompositionUpdate(
+ manager->GetActiveWidget()->Send(new InputMsg_ImeRequestCompositionUpdate(
manager->GetActiveWidget()->GetRoutingID(), true, false));
return true;
}
« no previous file with comments | « content/public/browser/render_widget_host.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698