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

Unified Diff: ash/shell.cc

Issue 10701051: Polish launcher tooltip visibility (2nd try). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add the _unittest.cc file itself Created 8 years, 5 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 ec4fd58114ab511a5d15889f02c2c739eac4e671..504f88ed348f2b8beaef35b6e72cad0496721fa9 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -621,7 +621,7 @@ void Shell::CreateLauncher() {
aura::Window* default_container =
GetPrimaryRootWindowController()->
GetContainer(internal::kShellWindowId_DefaultContainer);
- launcher_.reset(new Launcher(default_container));
+ launcher_.reset(new Launcher(default_container, shelf_));
launcher_->SetFocusCycler(focus_cycler_.get());
shelf_->SetLauncher(launcher_.get());

Powered by Google App Engine
This is Rietveld 408576698