Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index 239df7d554e4ea1e3824c75cc953d951779ae6b4..0d2774750a9310182f54653d1623cbe9b3cd7188 100644 |
| --- a/ash/shell.h |
| +++ b/ash/shell.h |
| @@ -195,6 +195,9 @@ class ASH_EXPORT Shell { |
| WindowCycleController* window_cycle_controller() { |
| return window_cycle_controller_.get(); |
| } |
| + internal::FocusCycler* focus_cycler() { |
| + return focus_cycler_.get(); |
| + } |
| AudioController* audio_controller() const { |
| return audio_controller_; |
| } |