| Index: ash/launcher/launcher.h
|
| diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
|
| index 612ebb298b7ff5940c3ffd220220c2a43c60e019..d6fd7c169cc83a607c421b2fdaeae4409aa0500c 100644
|
| --- a/ash/launcher/launcher.h
|
| +++ b/ash/launcher/launcher.h
|
| @@ -20,6 +20,10 @@ class Widget;
|
|
|
| namespace ash {
|
|
|
| +namespace internal {
|
| +class FocusCycler;
|
| +}
|
| +
|
| class LauncherModel;
|
|
|
| class ASH_EXPORT Launcher {
|
| @@ -27,6 +31,9 @@ class ASH_EXPORT Launcher {
|
| explicit Launcher(aura::Window* window_container);
|
| ~Launcher();
|
|
|
| + // Sets the focus cycler.
|
| + void SetFocusCycler(const internal::FocusCycler* focus_cycler);
|
| +
|
| // Sets the width of the status area.
|
| void SetStatusWidth(int width);
|
| int GetStatusWidth();
|
|
|