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

Unified Diff: ui/aura/mus/input_method_mus_unittest.cc

Issue 2957173004: Make DispatchKeyEventPostIME() asynchronous.
Patch Set: cleanup. Created 3 years, 5 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: ui/aura/mus/input_method_mus_unittest.cc
diff --git a/ui/aura/mus/input_method_mus_unittest.cc b/ui/aura/mus/input_method_mus_unittest.cc
index 51ed82796ef6002da5bae1e9dbf02faf26b22bec..794e9a9cc58af7ef15cdb73c25688bca10ec89fb 100644
--- a/ui/aura/mus/input_method_mus_unittest.cc
+++ b/ui/aura/mus/input_method_mus_unittest.cc
@@ -201,7 +201,6 @@ TEST_F(InputMethodMusTest, ChangeTextInputTypeWhileProcessingCallback) {
// Callback should have been run.
EXPECT_TRUE(was_event_result_callback_run);
- EXPECT_TRUE(input_method_delegate.was_dispatch_key_event_post_ime_called());
}
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698