| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 984482ff6694e885afc55d7860f9316c3b25486c..59c6cbaac288756257d096390ec8d8882e9a09f5 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -102,7 +102,6 @@ class EventTransformationHandler;
|
| class FirstRunHelper;
|
| class GPUSupport;
|
| class HighContrastController;
|
| -class KeyboardUI;
|
| class KeyboardUMAEventFilter;
|
| class LastWindowClosedLogoutReminder;
|
| class LinkHandlerModelFactory;
|
| @@ -527,8 +526,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| return is_touch_hud_projection_enabled_;
|
| }
|
|
|
| - KeyboardUI* keyboard_ui() { return keyboard_ui_.get(); }
|
| -
|
| // TODO(sky): remove this. This was needed by sysui, but as sysui is going
|
| // away it should no longer be needed.
|
| bool in_mus() const { return in_mus_; }
|
| @@ -745,8 +742,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
|
|
| bool in_mus_ = false;
|
|
|
| - std::unique_ptr<KeyboardUI> keyboard_ui_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(Shell);
|
| };
|
|
|
|
|