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

Unified Diff: ash/launcher/launcher.h

Issue 10701051: Polish launcher tooltip visibility (2nd try). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/launcher/launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index 890ea36ad9ff3d98c0088be8d419f690aed7ebca..4f1b376ef3b5c7c0af85a428389908f287282170 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -32,6 +32,7 @@ namespace ash {
namespace internal {
class FocusCycler;
class LauncherView;
+class ShelfLayoutManager;
}
class LauncherIconObserver;
@@ -40,7 +41,8 @@ class LauncherModel;
class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
public:
- explicit Launcher(aura::Window* window_container);
+ Launcher(aura::Window* window_container,
+ internal::ShelfLayoutManager* shelf_layout_manager);
virtual ~Launcher();
// Sets the focus cycler. Also adds the launcher to the cycle.
« no previous file with comments | « ash/ash.gyp ('k') | ash/launcher/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698