| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 05901aa8c73953b506a6074d935b4c5e100b490e..d2fcd975981ab04208166fb4f51e2efb00bbacdc 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -601,6 +601,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
|
|
| 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_; }
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|