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

Unified Diff: ui/aura/test/aura_test_helper.cc

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reverted changes for MockInputMethod. Created 5 years, 6 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/test/aura_test_helper.cc
diff --git a/ui/aura/test/aura_test_helper.cc b/ui/aura/test/aura_test_helper.cc
index 2cc8b0dade4853a79fb4e3a50ceba5b8167efab7..e98c16f09e75b105e5b9f2942d8334d42d7ca4ed 100644
--- a/ui/aura/test/aura_test_helper.cc
+++ b/ui/aura/test/aura_test_helper.cc
@@ -62,7 +62,6 @@ void AuraTestHelper::SetUp(ui::ContextFactory* context_factory) {
// from RootWindow.
EnvTestHelper(Env::GetInstance()).SetInputStateLookup(nullptr);
- ui::SetUpInputMethodFactoryForTesting();
ui::InitializeInputMethodForTesting();
gfx::Size host_size(800, 600);

Powered by Google App Engine
This is Rietveld 408576698