| Index: ash/launcher/launcher.cc
|
| diff --git a/ash/launcher/launcher.cc b/ash/launcher/launcher.cc
|
| index f8e8439789c7a716f137c61044aa30b25e82cc5a..338819a831dbda184edb491585cc4f5aba5e1b5f 100644
|
| --- a/ash/launcher/launcher.cc
|
| +++ b/ash/launcher/launcher.cc
|
| @@ -343,6 +343,10 @@ bool Launcher::IsShowingMenu() const {
|
| return launcher_view_->IsShowingMenu();
|
| }
|
|
|
| +void Launcher::ShowContextMenu(const gfx::Point& location) {
|
| + launcher_view_->ShowContextMenu(location, false);
|
| +}
|
| +
|
| bool Launcher::IsShowingOverflowBubble() const {
|
| return launcher_view_->IsShowingOverflowBubble();
|
| }
|
|
|