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

Unified Diff: ash/magnifier/magnification_controller_unittest.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
« no previous file with comments | « no previous file | ash/wm/workspace/workspace_layout_manager.cc » ('j') | ui/base/ime/input_method_factory.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/magnifier/magnification_controller_unittest.cc
diff --git a/ash/magnifier/magnification_controller_unittest.cc b/ash/magnifier/magnification_controller_unittest.cc
index aeb89dfc4d35db845aa2be9a72122c61ea7987f5..72568b41dda7083726d3e8b07ae94e59b6d4fe64 100644
--- a/ash/magnifier/magnification_controller_unittest.cc
+++ b/ash/magnifier/magnification_controller_unittest.cc
@@ -149,7 +149,7 @@ class MagnificationControllerTest: public test::AshTestBase {
ui::InputMethod* GetInputMethod() {
DCHECK(text_input_view_);
- return text_input_view_->GetWidget()->GetHostInputMethod();
+ return text_input_view_->GetWidget()->GetInputMethod();
}
DISALLOW_COPY_AND_ASSIGN(MagnificationControllerTest);
« no previous file with comments | « no previous file | ash/wm/workspace/workspace_layout_manager.cc » ('j') | ui/base/ime/input_method_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698