Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index c1db66431e5ab516638037bbd723b5bfc4762544..d4de34b9e4a7aba438e7fd5e2d6d3da408bad395 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -326,6 +326,7 @@ void Shell::Init() { |
| focus_cycler_.reset(new internal::FocusCycler()); |
| focus_cycler_->AddWidget(status_widget_); |
| focus_cycler_->AddWidget(launcher_->widget()); |
| + launcher_->SetFocusCycler(focus_cycler_.get()); |
| // Force a layout. |
| root_window->layout_manager()->OnWindowResized(); |