Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: ash/shell.cc

Issue 9406031: Makes it so the launcher only gets focus when using the keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698