| Index: ash/launcher/launcher.h
|
| diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
|
| index cc881b136d9279806e347bfcb25a60b5ee336790..8ee093ac48e6a932e4d8bba3381592b1dcf80284 100644
|
| --- a/ash/launcher/launcher.h
|
| +++ b/ash/launcher/launcher.h
|
| @@ -78,6 +78,8 @@ class ASH_EXPORT Launcher : public internal::BackgroundAnimatorDelegate {
|
| // Returns true if the Launcher is showing a context menu.
|
| bool IsShowingMenu() const;
|
|
|
| + bool IsShowingOverflowBubble() const;
|
| +
|
| views::View* GetAppListButtonView() const;
|
|
|
| // Only to be called for testing. Retrieves the LauncherView.
|
|
|