Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1146)

Unified Diff: chrome/browser/ui/views/browser_actions_container.h

Issue 10412052: Pull browser action click logic into ToolbarModelController, so that when I (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: views changes Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698