| Index: ash/launcher/launcher.h
|
| diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
|
| index 7955b07f53d381e09a133fd8ac929bc49e696a72..e244d4c594f65e5411f653cc818469ba7b665ffc 100644
|
| --- a/ash/launcher/launcher.h
|
| +++ b/ash/launcher/launcher.h
|
| @@ -6,10 +6,10 @@
|
| #define ASH_LAUNCHER_LAUNCHER_H_
|
| #pragma once
|
|
|
| +#include "ash/ash_export.h"
|
| #include "ash/launcher/background_animator.h"
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "ash/ash_export.h"
|
|
|
| namespace aura {
|
| class Window;
|
| @@ -20,6 +20,7 @@ class Rect;
|
| }
|
|
|
| namespace views {
|
| +class View;
|
| class Widget;
|
| }
|
|
|
| @@ -63,6 +64,8 @@ class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
|
| // Returns true if the Launcher is showing a context menu.
|
| bool IsShowingMenu() const;
|
|
|
| + views::View* GetAppListButtonView() const;
|
| +
|
| // Only to be called for testing. Retrieves the LauncherView.
|
| // TODO(sky): remove this!
|
| internal::LauncherView* GetLauncherViewForTest();
|
|
|