Index: ash/launcher/launcher.h |
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h |
index bd08189666eb5cc6c1a65d443e5111e2f071f190..452730f3b6ce59434431949d1feb9c0a8b91958a 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; |