Index: ash/test/shell_test_api.cc |
diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc |
index c24fa1794b00c0e5d93cdb9a189e97a611f5d611..b85bcab934d276af5755dd4b422570e84c463550 100644 |
--- a/ash/test/shell_test_api.cc |
+++ b/ash/test/shell_test_api.cc |
@@ -23,11 +23,6 @@ RootWindowLayoutManager* ShellTestApi::root_window_layout() { |
return shell_->GetPrimaryRootWindowController()->root_window_layout(); |
} |
-wm::InputMethodEventFilter* |
-ShellTestApi::input_method_event_filter() { |
- return shell_->input_method_filter_.get(); |
-} |
- |
SystemGestureEventFilter* ShellTestApi::system_gesture_event_filter() { |
return shell_->system_gesture_filter_.get(); |
} |