summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ash/shell.h b/ash/shell.h
index bba346b..db196e6 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -65,7 +65,6 @@ class TooltipController;
namespace wm {
class AcceleratorFilter;
class CompoundEventFilter;
-class InputMethodEventFilter;
class NestedAcceleratorController;
class ShadowController;
class VisibilityController;
@@ -346,9 +345,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
}
DisplayManager* display_manager() { return display_manager_.get(); }
- ::wm::InputMethodEventFilter* input_method_filter() {
- return input_method_filter_.get();
- }
::wm::CompoundEventFilter* env_filter() {
return env_filter_.get();
}
@@ -706,9 +702,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// An event filter that pre-handles global accelerators.
scoped_ptr< ::wm::AcceleratorFilter> accelerator_filter_;
- // An event filter that pre-handles all key events to send them to an IME.
- scoped_ptr< ::wm::InputMethodEventFilter> input_method_filter_;
-
scoped_ptr<DisplayManager> display_manager_;
scoped_ptr<LocaleNotificationController> locale_notification_controller_;