Index: chrome/browser/ui/views/browser_actions_container.h |
diff --git a/chrome/browser/ui/views/browser_actions_container.h b/chrome/browser/ui/views/browser_actions_container.h |
index b88c6a98b97e43ef6ad013abc2db88face783f94..dea45749973d10ca525d599205ba557bdcd43e56 100644 |
--- a/chrome/browser/ui/views/browser_actions_container.h |
+++ b/chrome/browser/ui/views/browser_actions_container.h |
@@ -370,6 +370,9 @@ class BrowserActionsContainer |
// Moves a browser action with |id| to |new_index|. |
void MoveBrowserAction(const std::string& extension_id, size_t new_index); |
+ // Show a popup. |
+ void ShowPopup(BrowserActionButton* button, const GURL& popup_url); |
Yoyo Zhou
2012/05/24 00:55:26
Does this need to be public?
not at google - send to devlin
2012/05/25 00:55:40
Nope. Thanks, made private (I put it here to be al
|
+ |
// Hide the current popup. |
void HidePopup(); |