diff options
Diffstat (limited to 'ash/launcher/launcher.h')
-rw-r--r-- | ash/launcher/launcher.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h index bd081896..452730f3 100644 --- a/ash/launcher/launcher.h +++ b/ash/launcher/launcher.h @@ -85,6 +85,9 @@ class ASH_EXPORT Launcher { // Returns true if the Launcher is showing a context menu. bool IsShowingMenu() const; + // Show the context menu for the Launcher. + void ShowContextMenu(const gfx::Point& location); + bool IsShowingOverflowBubble() const; void SetVisible(bool visible) const; |