Index: chrome/browser/ui/views/browser_actions_container.cc |
diff --git a/chrome/browser/ui/views/browser_actions_container.cc b/chrome/browser/ui/views/browser_actions_container.cc |
index 7e011b528ecede14f5da0faca42f21f33016f334..3310f77c464318b0a5dbdf3ef713fc5866fd427d 100644 |
--- a/chrome/browser/ui/views/browser_actions_container.cc |
+++ b/chrome/browser/ui/views/browser_actions_container.cc |
@@ -473,6 +473,7 @@ int BrowserActionsContainer::GetCurrentTabId() const { |
void BrowserActionsContainer::OnBrowserActionExecuted( |
BrowserActionButton* button) { |
+ // Show popup here for aura. |
ShowPopup(button, ExtensionPopup::SHOW); |
} |